From 49c47078967423e544230052101c3e9c74335a07 Mon Sep 17 00:00:00 2001 From: Christian Kroll Date: Mon, 20 Jun 2011 21:57:30 +0000 Subject: [PATCH] pin out macros weren't properly included --- joystick/joystick.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/joystick/joystick.h b/joystick/joystick.h index 1ae74d3..459a0ce 100644 --- a/joystick/joystick.h +++ b/joystick/joystick.h @@ -1,6 +1,8 @@ #ifndef JOYSTICK_H #define JOYSTICK_H +#include "../config.h" + extern unsigned char waitForFire; void joy_init();