cosmetic coding style fixes
[librfid] / src / rfid_reader_cm5121.c
index 1514551..383fba2 100644 (file)
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program; if not, write to the Free Software
- *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
  */
 #include <stdlib.h>
 #include <unistd.h>
 #include <string.h>
 #include <errno.h>
 
+#define DEBUG_LIBRFID
 #include <librfid/rfid.h>
 
 #ifndef LIBRFID_FIRMWARE
 
+
 #include <librfid/rfid_reader.h>
 #include <librfid/rfid_asic.h>
 #include <librfid/rfid_asic_rc632.h>
@@ -51,7 +53,7 @@
                                    plus 10 bytes reserve */
 #define RECVBUF_LEN    SENDBUF_LEN
 
-//#define DEBUG_REGISTER
+#define DEBUG_REGISTER
 
 #ifdef DEBUG_REGISTER
 #define DEBUGRC DEBUGPC