Open WesternGun opened 6 years ago
No, it is not.
I google a bit and then look into this repo of:
https://github.com/LightningStalker/Splatmeme-Printer
which works totally for me, where it has Joystick.c
like extern const
. So it should be the fix.
I see an error:
It seems like in
image.c
there is aimage_data
defined same as inJoystick.c
, repeated name.image.c
:Joystick.c
:I changed the name in
Joystick.c
to something else and error gone, it compiles well. Should this be the fix? I am not sure because I am not familiar with C.