Browse Source

Pre-merge cleanup.

bringup
Jacob Alexander 9 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

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



+ 0
- 1
main.c View File

#include <led.h> #include <led.h>
#include <print.h> #include <print.h>


extern volatile uint32_t systick_millis_count;




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