Skip to content
Snippets Groups Projects
Commit 8eeaffc1 authored by Manon MALIQUE's avatar Manon MALIQUE
Browse files

Correcting bugs

parent f77b0eec
Branches
Tags
No related merge requests found
......@@ -167,6 +167,6 @@ void generic_driver::setDataSent( void ) {
//Manon
void generic_driver::calibrate(float* pval, float a, float b){
pval=pval*a;
pval=pval+b;
*pval = *pval * a;
*pval = *pval + b;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment