diff options
author | Christian Cunningham <cc@localhost> | 2021-12-19 21:06:09 -0800 |
---|---|---|
committer | Christian Cunningham <cc@localhost> | 2021-12-19 21:06:09 -0800 |
commit | 0924065511087d9ef3cf84183029ce8e834ff84a (patch) | |
tree | 63b1236a636f6315bc0d2bef4fcc599456479a18 /src/sys/timer.c | |
parent | 43db8c57ebe496bea03d66e2ddd0aa6bc298738c (diff) |
Configured atomic swap
Diffstat (limited to 'src/sys/timer.c')
-rw-r--r-- | src/sys/timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sys/timer.c b/src/sys/timer.c index f4013d4..9df7b33 100644 --- a/src/sys/timer.c +++ b/src/sys/timer.c @@ -5,7 +5,7 @@ #include "../drivers/uart.a.h" #include "../drivers/uart.h" -#define TIMER_C +#define SYS_TIMER_C extern char* os_info_v; unsigned long exe_cnt = 0; |