Other Parts Discussed in Thread: HALCOGEN
Hello Support,
In the HalcoGen 3.05.02, I received a Beta Release 2.0 Flash API.
Within the CGT.CSS.h file I see there is a typo as shown below in RED Bold [R is missing] :
/* Defines the method to indicate packed enums */
#if defined(__TI_GNU_ATTRIBUTE_SUPPORT__) --- Typo
/* --gcc option enabled so we can specify this */
#define ATTRIBUTE_PACKED __attribute__((packed))
#else
/* --gcc option not enabled so we cannot specify this */
#define ATTRIBUTE_PACKED
#endif
Can you please confirm if it is an error or not because it is not matching with spnu151.pdf?
Also, is there a final 2.0 Release instead of Beta Release?
Thank you.
Regards
Pashan