mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-08 12:37:01 +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) {
|
|
}
|