Fang-Robotics-MCB
Fang Robotics Team Codebase
Loading...
Searching...
No Matches
freeze_system.hpp
Go to the documentation of this file.
1#pragma once
2
8#define FREEZE_SYSTEM() \
9 { \
10 while(true) \
11 {} \
12 } \
13