FLAC but no MP3

This commit is contained in:
philippe44
2019-05-19 18:42:44 -07:00
parent a5047e4209
commit 1fd1d9bf60
5 changed files with 17 additions and 8 deletions

View File

@@ -10,3 +10,7 @@ void get_mac(u8_t mac[]) {
_sig_func_ptr signal(int sig, _sig_func_ptr func) {
return NULL;
}
void *audio_calloc(size_t nmemb, size_t size) {
return calloc(nmemb, size);
}