Browse Source

Pre-merge cleanup.

bringup
Jacob Alexander 8 years ago
parent
commit
f708ce720c
2 changed files with 2 additions and 3 deletions
  1. 2
    2
      Bootloader/CMakeLists.txt
  2. 0
    1
      main.c

+ 2
- 2
Bootloader/CMakeLists.txt View File

@@ -20,8 +20,8 @@
#| You _MUST_ clean the build directory if you change this value
#|
set( CHIP
#"mk20dx128vlf5" # McHCK mk20dx128vlf5
"mk20dx256vlh7" # Kiibohd-dfu mk20dx256vlh7
"mk20dx128vlf5" # McHCK mk20dx128vlf5
# "mk20dx256vlh7" # Kiibohd-dfu mk20dx256vlh7
CACHE STRING "Chip"
)


+ 0
- 1
main.c View File

@@ -33,7 +33,6 @@
#include <led.h>
#include <print.h>

extern volatile uint32_t systick_millis_count;


// ----- Functions -----