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



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



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



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

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



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



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



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