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