forked from gronod/squeezelite-esp32
4 lines
92 B
C
4 lines
92 B
C
# weak should do the job but it does not
|
|
__attribute__((weak)) void target_init(void) {
|
|
}
|