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 eeprom mbed-rtos mbed
Fork of CDMS_QM_03MAR2017_Flash_with_obsrs by
Diff: ThreadsAndFunctions.h
- Revision:
- 238:4abbc6a3a641
- Parent:
- 237:12061b714e47
--- a/ThreadsAndFunctions.h Thu Jul 07 16:45:05 2016 +0000 +++ b/ThreadsAndFunctions.h Thu Jul 07 17:13:00 2016 +0000 @@ -25,6 +25,13 @@ } } +//HK Thread(Contains HK_main() and PL_main()) +//RTOS timer calllback func +void hk_isr(void const *args){ + gSCIENCE_THREAD->signal_set(SCIENCE_SIGNAL); +} + + //COM THREAD // UART ISR void rx_read(){