Hello,
Is there any way to fix the compiler warnings for unresolved symbols for defines in the platform files?
Thanks,
Cory
Solved! Go to Solution.
As Priya mentioned the "WICED_I2C_2" can be found in the platform.h files. And build the project like:snip/graphics/hello successfully. So just ignore the warnings.
Are the I2C peripherals mentioned in the platform files: platform.c and platform.h? Is the warning even visible after building the application?
As Priya mentioned the "WICED_I2C_2" can be found in the platform.h files. And build the project like:snip/graphics/hello successfully. So just ignore the warnings.