summaryrefslogtreecommitdiff
path: root/software/hhd70dongle/c1101lib.c
diff options
context:
space:
mode:
authorChristian Pointner <equinox@mur.at>2013-02-15 01:02:19 +0000
committerChristian Pointner <equinox@mur.at>2013-02-15 01:02:19 +0000
commit171dbe3c6f11d7970f06dfa88e5251c74a5da5a4 (patch)
tree159dcf35a0c4fe24bd3425fa2cd8d225e369010a /software/hhd70dongle/c1101lib.c
parentadded N (no mode) (diff)
added bias pwm for RFPA 3800 power
git-svn-id: https://svn.spreadspace.org/mur.sat@672 7de4ea59-55d0-425e-a1af-a3118ea81d4c
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;
}