big progress on baremetal

This commit is contained in:
2025-07-09 18:07:27 +02:00
parent 6159339545
commit 779d5a0c19
16 changed files with 166 additions and 111 deletions

View File

@@ -10,7 +10,7 @@ typedef struct nn_signal {
typedef struct nn_computer {
char state;
bool allocatedError;
nn_bool_t allocatedError;
char *err;
void *userdata;
nn_guard *lock;