This commit is contained in:
p-w-rs
2022-10-03 13:36:21 -05:00
parent 0924ea2496
commit eb95ed4ed6
3 changed files with 35 additions and 61 deletions

View File

@@ -5,7 +5,7 @@
#define NUM_DRIVERS 4
#define NUM_SEATS 3
#define NUM_VISITORS (NUM_SEATS * 15)
#define NUM_VISITORS (NUM_SEATS * 20)
#define MAX_IN_PARK 20
#define MAX_TICKETS (NUM_CARS * NUM_SEATS)
@@ -15,7 +15,7 @@
#define ParkDebug(s) printf("\n%s: %s", "Debug", s);
int begin;
volatile int begin;
typedef struct car
{