xmos / lib_awe

AWE Core for xcore
Other
0 stars 1 forks source link

AudioWeaver generates mis-matched items beween .h/.c #39

Open xross opened 3 months ago

xross commented 3 months ago

From the generated .h:

extern unsigned int Core0_InitCommands_Len;

From the generated.c

const unsigned int Core0_InitCommands_Len = ...

This appears to be an error in the AWE code-generation and should be reported. For now we should add to our docs.

Workaround: manually add the "const" to the header file.