30 personnes !

This commit is contained in:
Aethor 2018-06-22 01:35:46 +02:00
parent fe32aba7c8
commit 3e73835b81
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
#include "../Passenger/Passenger.h" #include "../Passenger/Passenger.h"
//#define MAX_ELEVATOR_CAPACITY 10 //#define MAX_ELEVATOR_CAPACITY 10
#define MAX_ELEVATOR_CAPACITY 10 #define MAX_ELEVATOR_CAPACITY 12
typedef enum {RUNNING, WAITING, SLEEPING, BROKEN} ELEVATOR_STATE; typedef enum {RUNNING, WAITING, SLEEPING, BROKEN} ELEVATOR_STATE;