- remove prototypes for already-removed _register() functions from headers
[librfid] / include / librfid / rfid_system.h
index 9b07cf7..7f9c1b3 100644 (file)
@@ -1,10 +1,14 @@
 /* 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__