diff --git a/firmware/apps/motor.c b/firmware/apps/motor.c deleted file mode 100644 index b066d15..0000000 --- a/firmware/apps/motor.c +++ /dev/null @@ -1,12 +0,0 @@ -#include -#include - -static void run(void) { - if(button_clicked(LEFT)) { - motor_inv(); - led_inv(LEFT); - led_inv(RIGHT); - } -} - -REG(run);