diff options
author | Rob Austein <sra@hactrn.net> | 2017-05-25 11:18:39 -0400 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2017-05-25 11:18:39 -0400 |
commit | 5eccb3e6d7c27149a0092de48eb21baa495879cb (patch) | |
tree | 6968884adb4864c293943be3f43a05464ce0f383 /core.c | |
parent | b9565626187cca926c21120786ec575c59f06a05 (diff) |
Checkpoint while refactoring. Almost certainly will not compile.
Diffstat (limited to 'core.c')
-rw-r--r-- | core.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -245,7 +245,7 @@ hal_error_t hal_core_alloc(const char *name, hal_core_t **pcore) hal_task_yield(); else break; - } + } return err; } |