~toykeeper/flashlight-firmware/fsm

« back to all changes in this revision

Viewing changes to ToyKeeper/spaghetti-monster/anduril/load-save-config-fsm.h

  • Committer: Selene ToyKeeper
  • Date: 2023-07-10 17:56:04 UTC
  • mto: (483.1.175 anduril2)
  • mto: This revision was merged to the branch mainline in revision 491.
  • Revision ID: bzr@toykeeper.net-20230710175604-sjm29fwj8k5bj8m9
refactored how channel modes are defined, and converted emisar-2ch build

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
    ///// channel modes / color modes
49
49
    #if NUM_CHANNEL_MODES > 1
50
50
        uint8_t channel_mode;
51
 
        uint8_t channel_modes_enabled;
 
51
        uint16_t channel_modes_enabled;
52
52
        #ifdef USE_MANUAL_MEMORY
53
53
            uint8_t manual_memory_channel_mode;
54
54
        #endif