From 8a5f32723ef73e25fd6a19d199e1f3f1f1ca7f94 Mon Sep 17 00:00:00 2001 From: Omar Magdy Date: Tue, 23 Aug 2022 17:26:28 +0200 Subject: Removed color.h and color.c --- main.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'main.c') diff --git a/main.c b/main.c index 2826b11..cf3c931 100644 --- a/main.c +++ b/main.c @@ -4,9 +4,9 @@ uint32_t period_1 = RED_PERIOD; uint32_t period_2 = GREEN_PERIOD; uint32_t period_3 = RED_PERIOD; -Traffic tf1 = {RED, GPIO_PORTF_BASE, 1, 2, 3}; -Traffic tf2 = {YELLOW, GPIO_PORTA_BASE, 2, 3, 4}; -Traffic tf_ped = {RED, GPIO_PORTB_BASE, 5, 0, 1}; +Traffic tf1 = {RED , GPIO_PORTF_BASE, 1, 2, 3, 0}; +Traffic tf2 = {YELLOW, GPIO_PORTA_BASE, 2, 3, 4, 0}; +Traffic tf_ped = {RED , GPIO_PORTB_BASE, 5, 0, 1, 0}; void Switch_Handler() { -- cgit v1.2.3