summaryrefslogtreecommitdiff
path: root/trafficlight.h
diff options
context:
space:
mode:
Diffstat (limited to 'trafficlight.h')
-rw-r--r--trafficlight.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/trafficlight.h b/trafficlight.h
index 510b89c..026bcaa 100644
--- a/trafficlight.h
+++ b/trafficlight.h
@@ -18,7 +18,6 @@ typedef struct Traffic{
uint8_t red;
uint8_t yellow;
uint8_t green;
- uint32_t prevPeriod;
} Traffic;
extern Traffic tf1;