mirror of
https://codeberg.org/mclemens/ubitxv6.git
synced 2024-11-04 15:57:35 -05:00
Add size to comment
This commit is contained in:
parent
50381da6de
commit
4eecda170d
@ -26,8 +26,9 @@ static const uint16_t EEPROM_ADDR_CW_DELAYTIME = 48;//uint16_t
|
||||
static const uint16_t EEPROM_ADDR_VFO_A_MODE = 256;//uint8_t
|
||||
static const uint16_t EEPROM_ADDR_VFO_B_MODE = 257;//uint8_t
|
||||
static const uint16_t EEPROM_ADDR_CW_KEY_TYPE = 358;//uint8_t
|
||||
static const uint16_t EEPROM_ADDR_QUICKLIST_FREQ = 630;//uint32_t array
|
||||
static const uint16_t EEPROM_ADDR_QUICKLIST_MODE = 710;//uint8_t array
|
||||
static const uint16_t EEPROM_ADDR_QUICKLIST_FREQ = 630;//uint32_t array of size NUM_QUICKLIST_SETTINGS
|
||||
static const uint16_t EEPROM_ADDR_QUICKLIST_MODE = 710;//uint8_t array of size NUM_QUICKLIST_SETTINGS
|
||||
|
||||
|
||||
template<typename T>
|
||||
bool LoadSane(T& dest,uint16_t addr, T min, T max)
|
||||
|
Loading…
Reference in New Issue
Block a user