import ADV settings, platform files

This commit is contained in:
Ondřej Novák 2025-01-30 20:43:42 +01:00
parent 9b86bed2d8
commit ccebc91f0d
17 changed files with 244 additions and 14 deletions

View file

@ -9,9 +9,8 @@ extern "C" {
void display_error(const char *text) {
char failed_because_error = 0;
std::cerr << "ERROR:" << text << std::endl;
assert(failed_because_error);
abort();
}