|
WISP ERT (Client)
1.0.0
The WISP Extended Runtime (WISP side)
|
#include <msp430.h>Functions | |
| __interrupt void | unRegistered_ISR (void) |
| This interrupt handler catches otherwise unhandled interrupts, preventing a system reset. More... | |
| __interrupt void unRegistered_ISR | ( | void | ) |
This interrupt handler catches otherwise unhandled interrupts, preventing a system reset.
Your application may collide with some of these ISRs. Comment out those which you are using elsewhere, and uncomment those which are not used elsewhere.