summaryrefslogtreecommitdiff
path: root/software/hhd70dongle/c1101lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'software/hhd70dongle/c1101lib.c')
-rw-r--r--software/hhd70dongle/c1101lib.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/software/hhd70dongle/c1101lib.c b/software/hhd70dongle/c1101lib.c
index d943048..d498ec2 100644
--- a/software/hhd70dongle/c1101lib.c
+++ b/software/hhd70dongle/c1101lib.c
@@ -491,11 +491,11 @@ char c1101_getMARCState(void)
sb = c1101_spi_read_register(SPIC1101_ADDR_MARCSTATE);
sb &= 0x1F;
//debug start
- char debug_sb[6];
- printf("c1101 MARCSate:\r\n");
- debug_sprint_int16hex(debug_sb, sb);
- printf("%s", debug_sb);
- printf("\r\n");
+ /* char debug_sb[6]; */
+ /* printf("c1101 MARCState:\r\n"); */
+ /* debug_sprint_int16hex(debug_sb, sb); */
+ /* printf("%s", debug_sb); */
+ /* printf("\r\n"); */
//debug end
return sb;
}