Fix debug parameter setting in eeconfig
This commit is contained in:
parent
1d5bbb55f2
commit
d055e0633e
5 changed files with 31 additions and 12 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue