X-Git-Url: http://challenge-bot.com/repos/?p=challenge-bot;a=blobdiff_plain;f=build-stages%2Fi_chooser%2Fi_chooser.ino;h=492add5046dc287a8c3bc3f3c8e9921fed8d90ba;hp=c5011c497b932851f02d066dbd856b9e1a4ae205;hb=ca385942f7edbd56c3a74bde9436b006c366504c;hpb=c8a4b2d2117137083e9dc0be95187e58cd01ae1e diff --git a/build-stages/i_chooser/i_chooser.ino b/build-stages/i_chooser/i_chooser.ino index c5011c4..492add5 100644 --- a/build-stages/i_chooser/i_chooser.ino +++ b/build-stages/i_chooser/i_chooser.ino @@ -101,7 +101,7 @@ void setup(){ off(right_trigger_pin);} enum class Stay_on_table_state { - going, start_backing, backing, start_turning, turning}; + going, start_backing, backing, start_turning, turning }; static Stay_on_table_state stay_on_table_state = Stay_on_table_state::going;