build hello fw with GCC Toolchain v2020.04.1 (set GPIO_IOF_EN). Remove obsolete function write_hex

This commit is contained in:
2020-09-02 09:13:01 +02:00
parent 830c1382b9
commit ce24b0f2f2
8 changed files with 2151 additions and 2273 deletions

View File

@ -10,7 +10,6 @@ void __wrap__exit(int code)
//*leds = (~(code));
write(STDERR_FILENO, message, sizeof(message) - 1);
write_hex(STDERR_FILENO, code);
write(STDERR_FILENO, "\n", 1);
for (;;);