mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-05 02:39:57 +02:00
Kostal: rx_index uint8 => uint16
This commit is contained in:
parent
2173335929
commit
1aeb8b9c46
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ static unsigned long currentMillis;
|
|||
static unsigned long startupMillis = 0;
|
||||
static unsigned long contactorMillis = 0;
|
||||
|
||||
static uint8_t rx_index = 0;
|
||||
static uint16_t rx_index = 0;
|
||||
static boolean RX_allow = false;
|
||||
|
||||
union f32b {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue