aboutsummaryrefslogtreecommitdiffstats
path: root/creole.h
diff options
context:
space:
mode:
authorGravatar Peter McGoron @ planck 2023-04-04 15:10:26 -0400
committerGravatar Peter McGoron @ planck 2023-04-04 15:10:26 -0400
commit0ead095044c93825c7db8cec0a6b92769bac7a7d (patch)
treea47eafacaf7ff972b2aa3fd6a81b34e5242ee8de /creole.h
parentsyntax error fixes for compile (diff)
add adc and dac switch
Diffstat (limited to '')
-rw-r--r--creole.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/creole.h b/creole.h
index 184ab0b..f35bd89 100644
--- a/creole.h
+++ b/creole.h
@@ -65,6 +65,8 @@ enum creole_opcode {
CREOLE_RELEASE_WF = 28,
CREOLE_TAKE_CLOOP = 29,
CREOLE_RELEASE_CLOOP = 30,
+ CREOLE_SWITCH_ADC = 31,
+ CREOLE_SWITCH_DAC = 32,
CREOLE_OPCODE_LEN
};