Antilag switch pin mode was ignored fix #5036

This commit is contained in:
rusefillc 2023-02-08 07:33:04 -05:00
parent 895c7f6197
commit 620af07ba9
1 changed files with 1 additions and 1 deletions

View File

@ -959,7 +959,7 @@ bit verboseCan2,"Print all","Do not print";Print incoming and outgoing second bu
custom launchActivationMode_e 1 bits, S08, @OFFSET@, [0:1], @@launchActivationMode_e_enum@@
launchActivationMode_e launchActivationMode;
#define antiLagActivationMode_e_enum "Always Active", "Switch Input"
#define antiLagActivationMode_e_enum "Switch Input", "Always Active"
custom antiLagActivationMode_e 1 bits, S08, @OFFSET@, [0:0], @@antiLagActivationMode_e_enum@@
antiLagActivationMode_e antiLagActivationMode;