diff options
| author | tmk <nobody@nowhere> | 2013-03-11 15:10:56 +0900 |
|---|---|---|
| committer | tmk <nobody@nowhere> | 2013-03-11 15:10:56 +0900 |
| commit | d055e0633e36e97802d60554f6002e47021ba5fd (patch) | |
| tree | d129174dd33232723fbd60795ccb5132701ad51f /common/bootmagic.h | |
| parent | 1d5bbb55f28eb2e9eff0543753b8cb85f3b94282 (diff) | |
| download | qmk_firmware-d055e0633e36e97802d60554f6002e47021ba5fd.tar.gz qmk_firmware-d055e0633e36e97802d60554f6002e47021ba5fd.zip | |
Fix debug parameter setting in eeconfig
Diffstat (limited to 'common/bootmagic.h')
| -rw-r--r-- | common/bootmagic.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/bootmagic.h b/common/bootmagic.h index d32a5bef8..5791b221f 100644 --- a/common/bootmagic.h +++ b/common/bootmagic.h | |||
| @@ -2,8 +2,8 @@ | |||
| 2 | #define BOOTMAGIC_H | 2 | #define BOOTMAGIC_H |
| 3 | 3 | ||
| 4 | 4 | ||
| 5 | #ifndef BOOTMAGIC_IS_ENABLE | 5 | #ifndef BOOTMAGIC_IS_ENABLED |
| 6 | #define BOOTMAGIC_IS_ENABLE() true | 6 | #define BOOTMAGIC_IS_ENABLED() true |
| 7 | #endif | 7 | #endif |
| 8 | 8 | ||
| 9 | /* kick up bootloader */ | 9 | /* kick up bootloader */ |
