Hi Dialog,
Smartsnippets make some 'error' mark on file, but the project can pass the building and run program as expected.
Normally these error is about the definning, like 'i2c_device' - even if you include the 'hw_i2c.h' 'ad_i2c.h' ....
How to identify the 'real' error or a 'pseudo' one? or clear the 'error' mark.
Thanks
Keywords:
Device:
Hi jamesleo-konka,
This is a common issue on Eclipse, try to Clean your project, click on the project and hit the "Clean Project" option and then re-build it also try to refresh your indexer (click on your project, Index and hit the Rebuild option), check if any of the above help.
Thanks MT_dialog