This commit is contained in:
ary 2023-11-03 08:34:00 -04:00
parent aaef039932
commit aa2920d603

View File

@ -7,9 +7,6 @@
#include "main.h" #include "main.h"
#include "wings.h" #include "wings.h"
#include "asset.h"
#include "gif-pros/gifclass.hpp"
ASSET(griddy_gif) ASSET(griddy_gif)
using namespace globals; using namespace globals;
@ -67,7 +64,7 @@ void autonomous() {
} }
void opcontrol() { void opcontrol() {
//Gif gif(griddy_gif, lv_scr_act()); Gif gif(griddy_gif, lv_scr_act());
opControlInit(); // Configure the chassis for driver control opControlInit(); // Configure the chassis for driver control
while (true) { while (true) {