Hello !
I need help. I'm use KDS_3.1.0 with KSDK_1.3.0.
An error occurs during project compilation:
C:\Freescale\KSDK_1.3.0\usb\usb_core\include/types.h:65:23: error: both 'long' and '_Bool' in declaration specifiers
typedef unsigned long bool; /* Machine representation of a bool */
I include library stdbool.h, but it did not help.
Thanks.