Question
I ported a a firmware from IAR Embedded Workbench to Kiel version 4(stm32l100)
Posted on March 27, 2014 at 08:50
I ported a a firmware from IAR Embedded Workbench to Kiel version 4(stm32l100)
I get this warning after building the project in Kiel but not in IAR Warning: &sharp815-D: type qualifier on return type is meaningless.
extern const LonNvDescription* const LonGetNvTable(void);
extern const LonApiError LonPollNv(const unsigned index);
what is the correct way to define this type of function
#stm32l100 #kiel-version-4