Archived
1
0

Small typos

This commit is contained in:
Jacob Alexander 2014-11-30 19:36:19 -08:00
parent 15bb1a767f
commit 4a1aeb8af8
2 changed files with 3 additions and 3 deletions

View File

@ -16,8 +16,8 @@
// 13 C5 LED SCK0 I2S_RXD0 // 13 C5 LED SCK0 I2S_RXD0
// 14 D1 SCK0 // 14 D1 SCK0
// 15 C0 // 15 C0
// 16 B0 (FTM1_CH0) // 16 B0 (FTM1_CH0) SCL0
// 17 B1 (FTM1_CH1) // 17 B1 (FTM1_CH1) SDA0
// 18 B3 SDA0 // 18 B3 SDA0
// 19 B2 SCL0 // 19 B2 SCL0
// 20 D5 FTM0_CH5 PWM PCS2 // 20 D5 FTM0_CH5 PWM PCS2

View File

@ -29,10 +29,10 @@
#include <led.h> #include <led.h>
#include <print.h> #include <print.h>
#include <matrix_scan.h> #include <matrix_scan.h>
#include <macro.h>
// Local Includes // Local Includes
#include "scan_loop.h" #include "scan_loop.h"
#include "macro.h"