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.
Dependencies: FreescaleIAP SimpleDMA mbed-rtos mbed
Fork of COM_MNG_TMTC_SIMPLE by
Diff: DefinitionsAndGlobals.h
- Revision:
- 86:a26f5f22631d
- Parent:
- 85:0c5c860f249e
- Child:
- 88:b9beee1a7a3e
--- a/DefinitionsAndGlobals.h Wed Jan 20 15:00:28 2016 +0000 +++ b/DefinitionsAndGlobals.h Wed Jan 20 16:40:28 2016 +0000 @@ -128,7 +128,7 @@ // COMMON SPI SPI spi( SPI_MOSI, SPI_MISO, SPI_CLK ); DigitalOut gCS_ADF(SPI_CS_ADF); -DigitalOut gCS_SDC(SPI_CS_SDC); +DigitalOut cs_sd(SPI_CS_SDC); DigitalOut gCS_RTC(SPI_CS_RTC); Mutex SPI_mutex;
