summaryrefslogtreecommitdiff
path: root/trafficlight.h
diff options
context:
space:
mode:
authorOmar Magdy <omar.professional8777@gmail.com>2022-08-23 21:30:26 +0200
committerOmar Magdy <omar.professional8777@gmail.com>2022-08-23 21:30:26 +0200
commit547093d69d001fc6bf90778acc479316149a6fd1 (patch)
treeb9f213a23b04802cb0ffbe701506073e1a2359ac /trafficlight.h
parenteac8a1b2ee3761ed3107587b36c10c1e26f9d59f (diff)
downloadTraffic-light-547093d69d001fc6bf90778acc479316149a6fd1.tar.xz
Traffic-light-547093d69d001fc6bf90778acc479316149a6fd1.zip
Removed prevPeriod from Traffic struct
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;