From f0370010535f28ce2bc96880d8453341cbefa54c Mon Sep 17 00:00:00 2001 From: jaseg Date: Sat, 11 Apr 2020 17:33:20 +0200 Subject: Add local changes --- fw/global.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'fw') 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__*/ -- cgit