[module] fix typo in aoa_pwm module

This commit is contained in:
Gautier Hattenberger
2016-09-17 21:52:41 +02:00
parent 16a447da37
commit f19a994428
+1 -1
View File
@@ -124,7 +124,7 @@ void aoa_pwm_update(void) {
prev_aoa = aoa_pwm.angle;
#if USE_AOA
stateSetAngleOfAttack_f(aoa_adc.angle);
stateSetAngleOfAttack_f(aoa_pwm.angle);
#endif
#if SEND_SYNC_AOA