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 mbed-rtos mbed
Fork of BAE_CODE_MARCH_2017 by
Diff: BCN.cpp
- Revision:
- 79:bc093fd525d7
- Parent:
- 78:8ab8fb417a84
- Child:
- 80:da657c390c27
--- a/BCN.cpp Sat Dec 10 14:02:38 2016 +0000 +++ b/BCN.cpp Sat Dec 10 14:08:36 2016 +0000 @@ -672,17 +672,8 @@ return 0; } } -/* -int main() -{ - FCTN_BCN_INIT(); - - loop.attach(&FCTN_BCN_TX_MAIN, 10.0);//in actual case its 30.0 - - while(1); - -} -/* to write in flash function moved to TCTM*/ + +// to write in flash function moved to TCTM void FCTN_BCN_SPND_TX() { printf("BCN_SPND\n\r"); @@ -697,3 +688,15 @@ } } } + +/* +int main() +{ + FCTN_BCN_INIT(); + + loop.attach(&FCTN_BCN_TX_MAIN, 10.0);//in actual case its 30.0 + + while(1); + +} +*/ \ No newline at end of file