From 4a1aeb8af8c9703bad88fc0fded99f0d94b9a744 Mon Sep 17 00:00:00 2001 From: Jacob Alexander Date: Sun, 30 Nov 2014 19:36:19 -0800 Subject: [PATCH] Small typos --- Lib/pin_map.teensy3 | 4 ++-- Scan/MD1/scan_loop.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Lib/pin_map.teensy3 b/Lib/pin_map.teensy3 index 3d800d1..0338d6f 100644 --- a/Lib/pin_map.teensy3 +++ b/Lib/pin_map.teensy3 @@ -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 diff --git a/Scan/MD1/scan_loop.c b/Scan/MD1/scan_loop.c index b75dc0b..f908f39 100644 --- a/Scan/MD1/scan_loop.c +++ b/Scan/MD1/scan_loop.c @@ -29,10 +29,10 @@ #include #include #include +#include // Local Includes #include "scan_loop.h" -#include "macro.h"