From 9caf11c2ed999c8e04f1da90ed94d73eade6763d Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Sat, 22 Jul 2023 14:03:30 +0100 Subject: Fixed gap --- src/control.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/control.h b/src/control.h index f4f02c7..5960eea 100644 --- a/src/control.h +++ b/src/control.h @@ -5,9 +5,9 @@ #define CTL_UP 1 #define CTL_DOWN 2 #define CTL_RIGHT 4 -#define CTL_LEFT 16 -#define CTL_FIRE1 32 -#define CTL_FIRE2 64 +#define CTL_LEFT 8 +#define CTL_FIRE1 16 +#define CTL_FIRE2 32 void control_init(); uint8_t control_read(); -- cgit v1.2.3