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

Correcting bugs

parent 8eeaffc1
No related branches found
No related tags found
No related merge requests found
...@@ -167,6 +167,6 @@ void generic_driver::setDataSent( void ) { ...@@ -167,6 +167,6 @@ void generic_driver::setDataSent( void ) {
//Manon //Manon
void generic_driver::calibrate(float* pval, float a, float b){ void generic_driver::calibrate(float* pval, float a, float b){
*pval = *pval * a; *pval = &pval * a;
*pval = *pval + b; *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