move the two PowerNoise commands to the end

This commit is contained in:
scratchminer 2024-01-22 14:54:27 -05:00
parent b499be6568
commit ae8d45b1ff

View file

@ -248,11 +248,11 @@ enum DivDispatchCmds {
DIV_CMD_ESFM_MODIN, // (op, value) DIV_CMD_ESFM_MODIN, // (op, value)
DIV_CMD_ESFM_ENV_DELAY, // (op, value) DIV_CMD_ESFM_ENV_DELAY, // (op, value)
DIV_CMD_MACRO_RESTART, // (which)
DIV_CMD_POWER_NOISE_COUNTER_LOAD, // (which, val) DIV_CMD_POWER_NOISE_COUNTER_LOAD, // (which, val)
DIV_CMD_POWER_NOISE_IO_WRITE, // (port, value) DIV_CMD_POWER_NOISE_IO_WRITE, // (port, value)
DIV_CMD_MACRO_RESTART, // (which)
DIV_CMD_MAX DIV_CMD_MAX
}; };