diff options
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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() {
|
