move airlock controller defines to the right place (#28841)

* move airlock controller defines to the right place

* goddamnit
This commit is contained in:
warriorstar-orion
2025-04-03 14:26:14 +00:00
committed by GitHub
parent 8cc5327713
commit daeba18121
3 changed files with 4 additions and 15 deletions
+14
View File
@@ -0,0 +1,14 @@
// Airlock controller control states
#define CONTROL_STATE_IDLE 0
#define CONTROL_STATE_PREPARE 1
#define CONTROL_STATE_DEPRESSURIZE 2
#define CONTROL_STATE_PRESSURIZE 3
// Airlock controller target states
#define TARGET_NONE 0
#define TARGET_INOPEN -1
#define TARGET_OUTOPEN -2
// Airlock controller button modes
#define MODE_INTERIOR "int"
#define MODE_EXTERIOR "ext"