(Minor) Line length adjusted in main.c prototypes

This commit is contained in:
KikooDX 2020-02-16 11:48:37 +01:00
parent bf39599232
commit 670c8745a3
2 changed files with 2 additions and 1 deletions

Binary file not shown.

View File

@ -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)