Browse Source

Small typos

simple
Jacob Alexander 9 years ago
parent
commit
4a1aeb8af8
2 changed files with 3 additions and 3 deletions
  1. 2
    2
      Lib/pin_map.teensy3
  2. 1
    1
      Scan/MD1/scan_loop.c

+ 2
- 2
Lib/pin_map.teensy3 View 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

+ 1
- 1
Scan/MD1/scan_loop.c View File

@@ -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"