REDAC HybridController
Firmware for LUCIDAC/REDAC Teensy
Loading...
Searching...
No Matches
reboot.cpp
Go to the documentation of this file.
1#include <cstdlib>
2
3#include <utils/reboot.h>
4
5namespace loader {
7void reboot() { std::exit(-1); }
8} // namespace loader
void reboot()
Just a little generic Teensy reboot routine.
Definition reboot.cpp:7