diff options
| author | Fred Sundvik <fsundvik@gmail.com> | 2016-07-07 12:46:10 +0300 |
|---|---|---|
| committer | Fred Sundvik <fsundvik@gmail.com> | 2016-07-07 12:46:10 +0300 |
| commit | 07d0d5cbe48d7afaf0bc8c9916d40179ec51cb42 (patch) | |
| tree | 0cf84f2066fc5d285a04f4213f74daa534eb4d17 /tmk_core/protocol/chibios/main.c | |
| parent | 9772e697a04472f3c710376bfb2919ec2c3672a3 (diff) | |
| download | qmk_firmware-07d0d5cbe48d7afaf0bc8c9916d40179ec51cb42.tar.gz qmk_firmware-07d0d5cbe48d7afaf0bc8c9916d40179ec51cb42.zip | |
Makefile fixes and update of Visualizer
Diffstat (limited to 'tmk_core/protocol/chibios/main.c')
| -rw-r--r-- | tmk_core/protocol/chibios/main.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tmk_core/protocol/chibios/main.c b/tmk_core/protocol/chibios/main.c index aeb11752f..6bf9c1668 100644 --- a/tmk_core/protocol/chibios/main.c +++ b/tmk_core/protocol/chibios/main.c | |||
| @@ -38,6 +38,9 @@ | |||
| 38 | #ifdef SERIAL_LINK_ENABLE | 38 | #ifdef SERIAL_LINK_ENABLE |
| 39 | #include "serial_link/system/serial_link.h" | 39 | #include "serial_link/system/serial_link.h" |
| 40 | #endif | 40 | #endif |
| 41 | #ifdef VISUALIZER_ENABLE | ||
| 42 | #include "visualizer/visualizer.h" | ||
| 43 | #endif | ||
| 41 | #include "suspend.h" | 44 | #include "suspend.h" |
| 42 | 45 | ||
| 43 | 46 | ||
| @@ -101,6 +104,10 @@ int main(void) { | |||
| 101 | /* init printf */ | 104 | /* init printf */ |
| 102 | init_printf(NULL,sendchar_pf); | 105 | init_printf(NULL,sendchar_pf); |
| 103 | 106 | ||
| 107 | #ifdef VISUALIZER_ENABLE | ||
| 108 | visualizer_init(); | ||
| 109 | #endif | ||
| 110 | |||
| 104 | #ifdef SERIAL_LINK_ENABLE | 111 | #ifdef SERIAL_LINK_ENABLE |
| 105 | init_serial_link(); | 112 | init_serial_link(); |
| 106 | #endif | 113 | #endif |
