I am attempting to build the k60 tower demo using CW10.2 and MQX 3..8. The demo had paths to MQX 3.7 which I updated to 3.8. The demo compiles with 1 declaration systax error in CGI_index.c line 272
_mqx_int cgi_toggle_led4(HTTPD_SESSION_STRUCT *session)
{
SetOutput(LED4,!GetOutput(LED4));
return session->request.content_len;
}
Has anyone been through this? Is this something I caused or an issue with the update from MQX 3.7 to 3.8.?
Anyone get the tower K60 demo to compile in this configuration?