mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-04-28 14:21:25 +03:00
commented out some restore code
This commit is contained in:
parent
2986c6cb84
commit
5942582da4
2
Makefile
2
Makefile
@ -229,7 +229,7 @@ endif
|
||||
# better to bust than add new bugs
|
||||
#CFLAGS += -Wall
|
||||
#CFLAGS += -Wextra
|
||||
CFLAGS += -Wpedantic
|
||||
#CFLAGS += -Wpedantic
|
||||
|
||||
CFLAGS += -DPRINTF_INCLUDE_CONFIG_H
|
||||
CFLAGS += -DGIT_HASH=\"$(GIT_HASH)\"
|
||||
|
BIN
firmware.bin
Normal file
BIN
firmware.bin
Normal file
Binary file not shown.
BIN
firmware.packed.bin
Normal file
BIN
firmware.packed.bin
Normal file
Binary file not shown.
@ -73,6 +73,7 @@ void SETTINGS_SaveVfoIndices(void)
|
||||
EEPROM_WriteBuffer(0x0E80, State);
|
||||
}
|
||||
|
||||
#if 0
|
||||
const uint8_t calib1[] =
|
||||
{ // my first radios calibration data
|
||||
0x0A, 0x4B, 0x53, 0x56, 0x59, 0x5C, 0x5F, 0x62, 0x64, 0x66, 0xFF, 0xFF,
|
||||
@ -179,6 +180,7 @@ void SETTINGS_restore_calibration(void)
|
||||
index += 8;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
void SETTINGS_SaveSettings(void)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user