RaspberryPi-FreeRTOS
RaspberryPi-FreeRTOS copied to clipboard
Build fails: "...multiple definition of `loaded';..."
Build fails with multiple definitions of the symbol "loaded". Fix by changing Drivers/video.h
char loaded;
change to
extern char loaded;