Files
allwpilib/hal/lib/Athena/cpp/StackTrace.cpp

16 lines
248 B
C++

#include "HAL/cpp/StackTrace.hpp"
#include "HAL/HAL.hpp"
#include "../ChipObject.h"
#include <stdio.h>
void printCurrentStackTrace() {
// TODO: Implement
}
bool getErrnoToName(int32_t errNo, char* name) {
return false; // TODO: Implement
}