Skip to content

Commit 9f6e0b0

Browse files
author
Bjoern Schmidt
committed
fugbix
1 parent 58396b9 commit 9f6e0b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ACAcontrollerState.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ uint8_t ui8_hall_order_counter = 5;
105105
uint16_t ui16_speed_kph_to_erps_ratio = 0;
106106

107107
uint32_t ui32_speed_sensor_rpks; //speed sensor rounds per 1000 sec
108-
uint16_t ui32_speed_sensor_rpks_accumulated = 0;
108+
uint32_t ui32_speed_sensor_rpks_accumulated = 0;
109109
uint16_t ui16_time_ticks_between_speed_interrupt = 64000L; //speed in timetics
110110
uint16_t ui16_time_ticks_for_speed_calculation = 0; //time tics for speed measurement
111111
uint16_t ui16_time_ticks_for_uart_timeout = 0;

0 commit comments

Comments
 (0)