changeset 256:98d1981f4dd3

Small typos
author Jacob Alexander <haata@kiibohd.com>
date Sun, 30 Nov 2014 19:36:19 -0800
parents 8d41330c194d
children 3caf3217b604 21bea54bb286
files Lib/pin_map.teensy3 Scan/MD1/scan_loop.c
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/Lib/pin_map.teensy3	Fri Nov 21 14:58:50 2014 -0800
+++ b/Lib/pin_map.teensy3	Sun Nov 30 19:36:19 2014 -0800
@@ -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
--- a/Scan/MD1/scan_loop.c	Fri Nov 21 14:58:50 2014 -0800
+++ b/Scan/MD1/scan_loop.c	Sun Nov 30 19:36:19 2014 -0800
@@ -29,10 +29,10 @@
 #include <led.h>
 #include <print.h>
 #include <matrix_scan.h>
+#include <macro.h>
 
 // Local Includes
 #include "scan_loop.h"
-#include "macro.h"