Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Thread_mp3/defines.h
- Committer:
- takashikojo
- Date:
- 2012-03-19
- Revision:
- 0:82078eeba8ba
File content as of revision 0:82078eeba8ba:
#ifndef _DEFINES_H #define _DEFINES_H // ---------------------------------------------------------------------------- // debug output // ---------------------------------------------------------------------------- // #define DEBUG #ifdef DEBUG # define DEBUGOUT(x,y...) printf(x, ##y); #else # define DEBUGOUT(x,y...) #endif // ---------------------------------------------------------------------------- // VLSI VS1053b library // ---------------------------------------------------------------------------- #define VS1053_PATCH_1_5_FLAC #endif