11 lines
No EOL
159 B
C
11 lines
No EOL
159 B
C
#ifndef GUARD_DEBUG_H
|
|
#define GUARD_DEBUG_H
|
|
|
|
#define TX_DEBUGGING
|
|
#define TX_DEBUG_MENU_OPTION FALSE
|
|
|
|
|
|
void Debug_ShowMainMenu(void);
|
|
|
|
|
|
#endif // GUARD_DEBUG_H
|