Browse Source

Fixing CMake dependency checking for kll_defs.h

connect
Jacob Alexander 8 years ago
parent
commit
0013d7a4f3

+ 1
- 1
Scan/ISSILed/led_scan.c View File

@@ -21,7 +21,7 @@

// Project Includes
#include <cli.h>
#include <kll.h>
#include <kll_defs.h>
#include <led.h>
#include <print.h>


+ 1
- 1
Scan/MatrixARM/matrix_scan.c View File

@@ -26,7 +26,7 @@

// Project Includes
#include <cli.h>
#include <kll.h>
#include <kll_defs.h>
#include <led.h>
#include <print.h>
#include <macro.h>

+ 1
- 1
Scan/STLcd/lcd_scan.c View File

@@ -21,7 +21,7 @@

// Project Includes
#include <cli.h>
#include <kll.h>
#include <kll_defs.h>
#include <led.h>
#include <print.h>


+ 1
- 0
Scan/UARTConnect/connect_scan.c View File

@@ -21,6 +21,7 @@

// Project Includes
#include <cli.h>
#include <kll_defs.h>
#include <led.h>
#include <print.h>
#include <macro.h>