mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-09 13:07:03 +03:00
4 lines
121 B
C
4 lines
121 B
C
// msvc doesn't support weak-linking, so we need to define these functions.
|
|
void setUp(void) { }
|
|
void tearDown(void) { }
|