1
0
Fork 0

Fix debug parameter setting in eeconfig

This commit is contained in:
tmk 2013-03-11 15:10:56 +09:00
parent 1d5bbb55f2
commit d055e0633e
5 changed files with 31 additions and 12 deletions

View file

@ -2,8 +2,8 @@
#define BOOTMAGIC_H
#ifndef BOOTMAGIC_IS_ENABLE
#define BOOTMAGIC_IS_ENABLE() true
#ifndef BOOTMAGIC_IS_ENABLED
#define BOOTMAGIC_IS_ENABLED() true
#endif
/* kick up bootloader */