Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of stm-spirit1-rf-driver by
Diff: stm-spirit1-rf-driver/NanostackRfPhySpirit1.h
- Revision:
- 54:0f6612d36a29
- Parent:
- 41:ebaceefad0de
- Child:
- 76:f4f990741baf
diff -r b036a3a850e6 -r 0f6612d36a29 stm-spirit1-rf-driver/NanostackRfPhySpirit1.h --- a/stm-spirit1-rf-driver/NanostackRfPhySpirit1.h Tue Feb 28 15:17:27 2017 +0100 +++ b/stm-spirit1-rf-driver/NanostackRfPhySpirit1.h Tue Mar 07 08:34:31 2017 +0100 @@ -8,11 +8,7 @@ // Arduino pin defaults for convenience #if !defined(SPIRIT1_SPI_MOSI) -#ifdef PB5_ETH_PATCH -#define SPIRIT1_SPI_MOSI PB_5 -#else // !PB5_ETH_PATCH #define SPIRIT1_SPI_MOSI D11 -#endif // !PB5_ETH_PATCH #endif #if !defined(SPIRIT1_SPI_MISO) #define SPIRIT1_SPI_MISO D12
