]> git.donarmstrong.com Git - kiibohd-controller.git/commitdiff
Small typos
authorJacob Alexander <haata@kiibohd.com>
Mon, 1 Dec 2014 03:36:19 +0000 (19:36 -0800)
committerJacob Alexander <haata@kiibohd.com>
Mon, 1 Dec 2014 03:36:19 +0000 (19:36 -0800)
Lib/pin_map.teensy3
Scan/MD1/scan_loop.c

index 3d800d147aa41cb8cba52ab4b6526b1d0918328d..0338d6f5b54bb0b51226281f9be602786d48f543 100644 (file)
@@ -16,8 +16,8 @@
 // 13   C5      LED          SCK0 I2S_RXD0
 // 14   D1                   SCK0
 // 15   C0
-// 16   B0     (FTM1_CH0)
-// 17   B1     (FTM1_CH1)
+// 16   B0     (FTM1_CH0)    SCL0
+// 17   B1     (FTM1_CH1)    SDA0
 // 18   B3                   SDA0
 // 19   B2                   SCL0
 // 20   D5      FTM0_CH5     PWM PCS2
index b75dc0b627332c0ed29fa32a340c185b485aa7aa..f908f39214e43585ebae7a15dd6c43a4a93194b7 100644 (file)
 #include <led.h>
 #include <print.h>
 #include <matrix_scan.h>
+#include <macro.h>
 
 // Local Includes
 #include "scan_loop.h"
-#include "macro.h"