XC32 V2.50I have a seemingly simple problemI need to thrown an error at compile time as in the following:
#define UART2_FrequencyGet() (uint32_t)(25000000UL) //defined by the Harmony system
#if (UART2_FrequencyGet() != (25000000UL))..