diff --git a/vehicle/OVMS.V3/main/test_framework.cpp b/vehicle/OVMS.V3/main/test_framework.cpp index 649fbf10b..c964c73da 100644 --- a/vehicle/OVMS.V3/main/test_framework.cpp +++ b/vehicle/OVMS.V3/main/test_framework.cpp @@ -171,6 +171,7 @@ void test_watchdog(int verbosity, OvmsWriter* writer, OvmsCommand* cmd, int argc writer->puts("Error: We should never get here"); } +__attribute__((noreturn)) void test_stackoverflow(int verbosity, OvmsWriter* writer, OvmsCommand* cmd, int argc, const char* const* argv) { uint8_t data[256];