Files
squeezelite-esp32/components/targets/init.c
2022-01-19 00:17:49 -08:00

4 lines
92 B
C

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