Fang-Robotics-MCB
Fang Robotics Team Codebase
Loading...
Searching...
No Matches
freeze_system.hpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define FREEZE_SYSTEM()
 

Macro Definition Documentation

◆ FREEZE_SYSTEM

#define FREEZE_SYSTEM ( )
Value:
{ \
while(true) \
{} \
} \

This prevents the call stack from being yeeted This will freeze the system until a power reset or an eprom flash occurs.