REDAC HybridController
Firmware for LUCIDAC/REDAC Teensy
Loading...
Searching...
No Matches
crash_report.cpp
Go to the documentation of this file.
1
2#include "utils/logging.h"
3#include <iostream>
4
5namespace utils {
6
23void check_and_log_crash() { std::cout << "check_and_log_crash" << std::endl; }
24
25} // namespace utils
void check_and_log_crash()
Logs out what has been captured by the Teensy CrashReport tooling, cf.