diff options
author | jaseg <git@jaseg.net> | 2020-04-11 17:33:20 +0200 |
---|---|---|
committer | jaseg <git@jaseg.net> | 2020-04-11 17:33:20 +0200 |
commit | f0370010535f28ce2bc96880d8453341cbefa54c (patch) | |
tree | 6340701620b3757d6c304594d90c756475c0d647 /fw | |
parent | bc136ef5b17b89bc42efd222fe5aed894942639d (diff) | |
download | 7seg-f0370010535f28ce2bc96880d8453341cbefa54c.tar.gz 7seg-f0370010535f28ce2bc96880d8453341cbefa54c.tar.bz2 7seg-f0370010535f28ce2bc96880d8453341cbefa54c.zip |
Diffstat (limited to 'fw')
-rw-r--r-- | fw/global.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fw/global.h b/fw/global.h index 03d3920..f06a4a6 100644 --- a/fw/global.h +++ b/fw/global.h @@ -45,4 +45,6 @@ extern volatile unsigned int sys_time; extern volatile unsigned int sys_time_seconds; +extern volatile unsigned int comm_led_ctr, err_led_ctr; + #endif/*__GLOBAL_H__*/ |