mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
lib/tflm: Format code.
This commit is contained in:
parent
5c15f7fe69
commit
705c487aa7
@ -64,7 +64,9 @@ typedef struct ml_backend_state {
|
|||||||
} ml_backend_state_t;
|
} ml_backend_state_t;
|
||||||
|
|
||||||
void abort(void) {
|
void abort(void) {
|
||||||
while (1);
|
while (1) {
|
||||||
|
;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void ml_backend_log_handler(const char *s) {
|
void ml_backend_log_handler(const char *s) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user