some better ifdefs - mostly indent
This commit is contained in:
parent
0f31feb6bb
commit
a1b1928d46
|
@ -24,8 +24,9 @@
|
|||
#include "mcuf/mcuf.h"
|
||||
#include "menu/menu.h"
|
||||
#include "pixel.h"
|
||||
#ifdef JOYSTICK_SUPPORT
|
||||
# include "joystick/joystick.h"
|
||||
|
||||
#endif
|
||||
|
||||
volatile unsigned char oldMode, oldOldmode, mode;
|
||||
|
||||
|
@ -212,7 +213,7 @@ void display_loop(){
|
|||
case 43:
|
||||
menu();
|
||||
mode = oldOldmode;
|
||||
#else
|
||||
|
||||
case 42:
|
||||
if (JOYISFIRE)
|
||||
mode = 43;
|
||||
|
|
Loading…
Reference in New Issue