Apply three spaces after pin defines

This commit is contained in:
Scott Lahteine
2018-03-28 12:26:44 -05:00
parent 2894d8b18e
commit dc05d7fc2b
44 changed files with 290 additions and 292 deletions

View File

@@ -29,7 +29,7 @@
#define __PINSDEBUG_TEENSYDUINO_H__
#undef NUM_DIGITAL_PINS
#define NUM_DIGITAL_PINS 48 // Teensy says 46 but FASTIO is 48
#define NUM_DIGITAL_PINS 48 // Teensy says 46 but FASTIO is 48
// "digitalPinToPort" function just returns the pin number so need to create our own.
// Can't use the name "digitalPinToPort" for our own because it interferes with the
@@ -42,7 +42,6 @@
#define PE 5
#define PF 6
const uint8_t PROGMEM digital_pin_to_port_PGM_Teensy[] = {
PD, // 0 - PD0 - INT0 - PWM
PD, // 1 - PD1 - INT1 - PWM