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
@@ -1,14 +0,0 @@
// Controller control states
#define CONTROL_STATE_IDLE 0
#define CONTROL_STATE_PREPARE 1
#define CONTROL_STATE_DEPRESSURIZE 2
#define CONTROL_STATE_PRESSURIZE 3
// Controller target states
#define TARGET_NONE 0
#define TARGET_INOPEN -1
#define TARGET_OUTOPEN -2
// Button modes
#define MODE_INTERIOR "int"
#define MODE_EXTERIOR "ext"
@@ -1,10 +0,0 @@
#undef CONTROL_STATE_IDLE
#undef CONTROL_STATE_PREPARE
#undef CONTROL_STATE_DEPRESSURIZE
#undef CONTROL_STATE_PRESSURIZE
#undef TARGET_NONE
#undef TARGET_INOPEN
#undef TARGET_OUTOPEN
#undef MODE_INTERIOR
#undef MODE_EXTERIOR