diff --git a/Elevator/Elevator.h b/Elevator/Elevator.h index a0f44cb..38d993f 100644 --- a/Elevator/Elevator.h +++ b/Elevator/Elevator.h @@ -11,7 +11,7 @@ #include "../Passenger/Passenger.h" //#define MAX_ELEVATOR_CAPACITY 10 -#define MAX_ELEVATOR_CAPACITY 10 +#define MAX_ELEVATOR_CAPACITY 12 typedef enum {RUNNING, WAITING, SLEEPING, BROKEN} ELEVATOR_STATE;