瀏覽代碼

Fixing CMake dependency checking for kll_defs.h

connect
Jacob Alexander 8 年之前
父節點
當前提交
0013d7a4f3
共有 4 個檔案被更改,包括 4 行新增3 行删除
  1. 1
    1
      Scan/ISSILed/led_scan.c
  2. 1
    1
      Scan/MatrixARM/matrix_scan.c
  3. 1
    1
      Scan/STLcd/lcd_scan.c
  4. 1
    0
      Scan/UARTConnect/connect_scan.c

+ 1
- 1
Scan/ISSILed/led_scan.c 查看文件

@@ -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 查看文件

@@ -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 查看文件

@@ -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 查看文件

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

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