Page 1 of 1

esp32_Wroom_32 gps not compiling to target

Posted: Fri Dec 18, 2020 11:46 am
by andrewneal123
Hi

I am in the process of testing the toolchain, and can program the target with success.

However, when I have add the GPS (EB056, Generic NMEA) component to a ESP32 project and built to chip,

i get a build error and think a problem exists with the component.

when i check the c code i think we have a semi-comma missing?

/*========================================================================*\
Use :Interrupt
\*========================================================================*/

MX_UART_INT_CH1_FUNC
MX_UINT8 FCL_GPS_IN;
if (MX_UART_INT_CH1_DET)
{
FCL_GPS_IN = FC_CAL_UART_Receive_1(0);

thanks

Andy