RaspberryPi-FreeRTOS icon indicating copy to clipboard operation
RaspberryPi-FreeRTOS copied to clipboard

Build fails: "...multiple definition of `loaded';..."

Open dashxdr opened this issue 2 years ago • 0 comments

Build fails with multiple definitions of the symbol "loaded". Fix by changing Drivers/video.h

char loaded;

change to

extern char loaded;

dashxdr avatar Dec 10 '23 22:12 dashxdr