Other Parts Discussed in Thread: CC3200
Tool/software: Code Composer Studio
Hi,
Initially, I was working on the mqtt_client example and I have managed to customise it the way I want. Currently, I am attempting to combine the CC3200 smartplug code with the mqtt_client but I am facing some compiling issues.
The complier is generating these errors and I'm not quite sure how to go about it.
| Description | Resource | Location |
| #20 identifier "size_t" is undefined | .ccsproject | Line xxx, external location: xxx |
| #20 identifier "tBoolean" is undefined | .ccsproject | Line xxx, external location: xxx |
I have included the following in my main.c but the problem still persist.
#include "osi.h"
#include "uart.h"
Please advice. thanks