diff options
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__*/ |