From aa2920d603790ca858eec9ce42f74cc578758cfe Mon Sep 17 00:00:00 2001 From: ary Date: Fri, 3 Nov 2023 08:34:00 -0400 Subject: [PATCH] GRIDDY --- RELENTLESS/src/main.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/RELENTLESS/src/main.cpp b/RELENTLESS/src/main.cpp index 094816b..2dd400f 100644 --- a/RELENTLESS/src/main.cpp +++ b/RELENTLESS/src/main.cpp @@ -7,9 +7,6 @@ #include "main.h" #include "wings.h" -#include "asset.h" -#include "gif-pros/gifclass.hpp" - ASSET(griddy_gif) using namespace globals; @@ -67,7 +64,7 @@ void autonomous() { } void opcontrol() { - //Gif gif(griddy_gif, lv_scr_act()); + Gif gif(griddy_gif, lv_scr_act()); opControlInit(); // Configure the chassis for driver control while (true) {