BLE warnings on ST example
Thanks danilopucci.
The suggested correction did not work.
Can you recheck the symbol value?
you wrote:
name: __packed
value: attribute packed?
(please atached image or file)
But, your direction did assist me, since I understood that this kind of warnings are probably due to some macro defined in the BlueNRG package that are already defined in the code generated by the GNU ARM Eclipse plug-in.
Therefore, I found the following workaround:
__packed is also defined in cdefs.h (file in Atollic installation directory) - I have commented that line (see attached file)
I am not completely satisfied with this solution because it makes changes in Eclipse file (which is common to different projects).