Content originally posted in LPCWare by bjorn.juul on Tue Jan 28 01:00:39 MST 2014
Okay, that helped me get rid of the unknown type name, but I'm still stuck with the last part:
../core/gpio.h:57:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'void'
This error occurs when I try to include the GPIO.h in more than one file.
Am I missing something else?