Commit ed9ae08d authored by TMRh20's avatar TMRh20

Add 'static' to void in spi.h

parent a57fafe0
......@@ -26,8 +26,8 @@ public:
}
SPISettings() { init(RF24_SPI_SPEED, MSBFIRST, SPI_MODE0); }
uint32_t clck;
uint8_t border;
uint32_t clck;
uint8_t border;
uint8_t dmode;
private:
......@@ -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