Content originally posted in LPCWare by Rithus on Sat Apr 12 01:00:53 MST 2014
Hi, does anyone know the solution of problem. This error was prompt on the debugged side of the lib.
* @brief Boolean Type definition
*/
[u]typedef enum {FALSE = 0, TRUE = !FALSE} Bool;[/u]
/**
Console screen:
new workspace\Lib_MCU\inc/lpc_types.h:45: error: expected identifier before '(' token
make: *** [src/usbcontrol.o] Error 1
i have also attach an image of the error shown.