diff options
Diffstat (limited to 'include/librfid/rfid_system.h')
-rw-r--r-- | include/librfid/rfid_system.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/include/librfid/rfid_system.h b/include/librfid/rfid_system.h index 7f9c1b3..9b6ffb7 100644 --- a/include/librfid/rfid_system.h +++ b/include/librfid/rfid_system.h @@ -1,14 +1,10 @@ /* system / environment specific defines */ /* build for openpcd firmware */ -#define LIBRFID_FIRMWARE +//#define LIBRFID_FIRMWARE /* build without dynamic allocations */ //#define LIBRFID_STATIC -// -#ifdef LIBRFID_FIRMWARE -#define LIBRFID_STATIC -#endif #ifdef __LIBRFID__ |