Skip to content

Commit

Permalink
reclang
Browse files Browse the repository at this point in the history
  • Loading branch information
ladyada committed Jan 8, 2025
1 parent 8a32dc7 commit 186ea35
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Adafruit_I2CDevice.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "Adafruit_I2CDevice.h"

//#define DEBUG_SERIAL Serial
// #define DEBUG_SERIAL Serial

/*!
* @brief Create an I2C device at a given address
Expand Down
2 changes: 1 addition & 1 deletion Adafruit_SPIDevice.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "Adafruit_SPIDevice.h"

//#define DEBUG_SERIAL Serial
// #define DEBUG_SERIAL Serial

/*!
* @brief Create an SPI device with the given CS pin and settings
Expand Down
2 changes: 1 addition & 1 deletion Adafruit_SPIDevice.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ typedef BitOrder BusIOBitOrder;
// ports set and clear registers which are atomic.
// typedef volatile uint32_t BusIO_PortReg;
// typedef uint32_t BusIO_PortMask;
//#define BUSIO_USE_FAST_PINIO
// #define BUSIO_USE_FAST_PINIO

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

0 comments on commit 186ea35

Please sign in to comment.