mirror of
https://github.com/opentx/opentx.git
synced 2025-07-26 01:35:21 +03:00
make code compatible with up-to-date build environment
These changes make it possible to compile open9x with old (avr-gcc 4.3.3, avr-libc 1.6.7) and up-to-date (avr-gcc 4.6.2, avr-libc 1.8.0) build environments. See Issue 1 for more details.
This commit is contained in:
parent
973b91cd3f
commit
acd523e699
21 changed files with 418 additions and 400 deletions
|
@ -44,7 +44,7 @@ void menuProcDiagKeys(uint8_t event);
|
|||
void menuProcDiagAna(uint8_t event);
|
||||
void menuProcDiagCalib(uint8_t event);
|
||||
|
||||
MenuFuncP_PROGMEM APM menuTabDiag[] = {
|
||||
const MenuFuncP_PROGMEM menuTabDiag[] PROGMEM = {
|
||||
menuProcSetup,
|
||||
#if defined(PCBV4)
|
||||
menuProcTime,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue