From c949b873f91832af607c8f9b850847f7e422a2d5 Mon Sep 17 00:00:00 2001 From: Adam Long Date: Tue, 6 Jan 2015 00:09:49 +0000 Subject: [PATCH] Compiles without warnings now yay --- .gitignore | 1 + src/HHRobot.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5761abc --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.o diff --git a/src/HHRobot.h b/src/HHRobot.h index 2ce9ccd..814029b 100644 --- a/src/HHRobot.h +++ b/src/HHRobot.h @@ -5,8 +5,8 @@ #include "hhlib/input/controller/Joystick.h" class HHRobot{ private: - Extreme3dPro *joystick1; RobotDrive *hhdrive; + Extreme3dPro *joystick1; public: HHRobot(); void Init();