X-Git-Url: http://challenge-bot.com/repos/?p=challenge-bot;a=blobdiff_plain;f=build-stages%2Fi_chooser%2Fi_chooser.ino;fp=build-stages%2Fi_chooser%2Fi_chooser.ino;h=93d05fff2983d81f15cd1ec10e73cde57ef65bde;hp=6eabcaf90f157a2ce79a7bceef243165b27ee5cb;hb=9e6034d504f0f4bc69e8bd432f9bbc514f44361a;hpb=dad0fdb28c89f7db2872178655f30f281c6f9d13 diff --git a/build-stages/i_chooser/i_chooser.ino b/build-stages/i_chooser/i_chooser.ino index 6eabcaf..93d05ff 100644 --- a/build-stages/i_chooser/i_chooser.ino +++ b/build-stages/i_chooser/i_chooser.ino @@ -14,7 +14,7 @@ along with this program. If not, see . */ -#include "bot_map.h" +#include "bot_with_leds_map.h" void on(int pin){ digitalWrite(pin, HIGH);}