Merge pull request #156 from sieren/rbl-nrf51288-fix

Fixed Compile Error with RedBearLabs nRF51288
This commit is contained in:
Kristian Sloth Lauszus 2015-06-01 21:14:34 +02:00
commit 628d0de589

View file

@ -56,7 +56,7 @@ public:
#else
SPI.setClockDivider(SPI_CLOCK_DIV2); // This will set the SPI frequency to 8MHz - it could be higher, but it is not supported in the old API
#endif
#else
#elif !defined(RBL_NRF51822)
SPI.setClockDivider(4); // Set speed to 84MHz/4=21MHz - the MAX3421E can handle up to 26MHz
#endif
}