Pre-merge cleanup.
This commit is contained in:
parent
5f262ea4b6
commit
f708ce720c
2 changed files with 2 additions and 3 deletions
|
@ -20,8 +20,8 @@
|
||||||
#| 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
|
"mk20dx128vlf5" # McHCK mk20dx128vlf5
|
||||||
"mk20dx256vlh7" # Kiibohd-dfu mk20dx256vlh7
|
# "mk20dx256vlh7" # Kiibohd-dfu mk20dx256vlh7
|
||||||
CACHE STRING "Chip"
|
CACHE STRING "Chip"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
1
main.c
1
main.c
|
@ -33,7 +33,6 @@
|
||||||
#include <led.h>
|
#include <led.h>
|
||||||
#include <print.h>
|
#include <print.h>
|
||||||
|
|
||||||
extern volatile uint32_t systick_millis_count;
|
|
||||||
|
|
||||||
|
|
||||||
// ----- Functions -----
|
// ----- Functions -----
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue