diff options
| author | 2023-04-04 15:10:26 -0400 | |
|---|---|---|
| committer | 2023-04-04 15:10:26 -0400 | |
| commit | 0ead095044c93825c7db8cec0a6b92769bac7a7d (patch) | |
| tree | a47eafacaf7ff972b2aa3fd6a81b34e5242ee8de /creole.h | |
| parent | syntax error fixes for compile (diff) | |
add adc and dac switch
Diffstat (limited to '')
| -rw-r--r-- | creole.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 }; |
