Only one error found in abandoned code. Make the .h file an extern and add the definition to the C file.
$ diff ~/github/codec2/stm32/inc/si53xx.h si53xx.h 287c287 < T_Si5351_data Si5351_Config; --- > extern T_Si5351_data Si5351_Config; $ diff ~/github/codec2/stm32/src/si53xx.c si53xx.c 44a45 > T_Si5351_data Si5351_Config;
_______________________________________________ Freetel-codec2 mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freetel-codec2
