From 670c8745a3be3831a74480666e3498edc72ca153 Mon Sep 17 00:00:00 2001 From: KikooDX Date: Sun, 16 Feb 2020 11:48:37 +0100 Subject: [PATCH] (Minor) Line length adjusted in main.c prototypes --- platform.g3a | Bin 56716 -> 56716 bytes src/main.c | 3 ++- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/platform.g3a b/platform.g3a index 4b97fb7e616dfe8c3c09a2d10b55d35806bd761a..746c51cdf67520cd52fb1c13877c631ae775f0ea 100644 GIT binary patch delta 34 qcmeC#&D^t_d4e)yz(y5iMrK13i_L+I*}Rhz7}+=P;X8khF#rI+)C&~= delta 34 qcmeC#&D^t_d4e*d*G3g(MrH$3qs@Vg*}Rhz7}+=P;X8kh(F*{+(F+3r diff --git a/src/main.c b/src/main.c index 3960698..4ce001d 100644 --- a/src/main.c +++ b/src/main.c @@ -16,7 +16,8 @@ #define UG_CAN_JUMP upgrades[0] void dupdate(); //gint function -void jump_test(char *jump_pressed, char *jump_buffer, unsigned int *jump_hold); //test if jump pressed +//test if jump pressed +void jump_test(char *jump_pressed, char *jump_buffer, unsigned int *jump_hold); int sgn(int number); //return the sign of input double int callback(volatile void *arg)