Skip to content

Commit 186ea35

Browse files
committed
reclang
1 parent 8a32dc7 commit 186ea35

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Adafruit_I2CDevice.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#include "Adafruit_I2CDevice.h"
22

3-
//#define DEBUG_SERIAL Serial
3+
// #define DEBUG_SERIAL Serial
44

55
/*!
66
* @brief Create an I2C device at a given address

Adafruit_SPIDevice.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#include "Adafruit_SPIDevice.h"
22

3-
//#define DEBUG_SERIAL Serial
3+
// #define DEBUG_SERIAL Serial
44

55
/*!
66
* @brief Create an SPI device with the given CS pin and settings

Adafruit_SPIDevice.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ typedef BitOrder BusIOBitOrder;
5656
// ports set and clear registers which are atomic.
5757
// typedef volatile uint32_t BusIO_PortReg;
5858
// typedef uint32_t BusIO_PortMask;
59-
//#define BUSIO_USE_FAST_PINIO
59+
// #define BUSIO_USE_FAST_PINIO
6060

6161
#elif defined(__MBED__) || defined(__ZEPHYR__)
6262
// Boards based on RTOS cores like mbed or Zephyr are not going to expose the

0 commit comments

Comments
 (0)