![]() |
ER_success | Function (ROM Call 0x155) |
error.h |
void ER_success (void); |
Pops the state from the error stack.
ER_success pops the state previously saved by ER_catch off the stack, i.e. removes the error frame from the linked list. You usually will not call this function explicitely: the macro ONERR will do this for you.