Commit ed9ae08d authored by TMRh20's avatar TMRh20

Add 'static' to void in spi.h

parent a57fafe0
......@@ -58,7 +58,7 @@ public:
static void setClockDivider(uint16_t spi_speed);
static void chipSelect(int csn_pin);
void beginTransaction(SPISettings settings);
static void beginTransaction(SPISettings settings);
static void endTransaction();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment