Files
squeezelite-esp32/components/targets/init.c
Philippe G f613da5356 typo...
2022-01-19 00:23:41 -08:00

4 lines
96 B
C

// weak should do the job but it does not...
__attribute__((weak)) void target_init(void) {
}