mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2026-01-28 05:10:49 +03:00
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) {
|
|
}
|