We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58396b9 commit 9f6e0b0Copy full SHA for 9f6e0b0
ACAcontrollerState.c
@@ -105,7 +105,7 @@ uint8_t ui8_hall_order_counter = 5;
105
uint16_t ui16_speed_kph_to_erps_ratio = 0;
106
107
uint32_t ui32_speed_sensor_rpks; //speed sensor rounds per 1000 sec
108
-uint16_t ui32_speed_sensor_rpks_accumulated = 0;
+uint32_t ui32_speed_sensor_rpks_accumulated = 0;
109
uint16_t ui16_time_ticks_between_speed_interrupt = 64000L; //speed in timetics
110
uint16_t ui16_time_ticks_for_speed_calculation = 0; //time tics for speed measurement
111
uint16_t ui16_time_ticks_for_uart_timeout = 0;
0 commit comments