summaryrefslogtreecommitdiff
path: root/software/hhd70dongle/c1101lib.h
diff options
context:
space:
mode:
authorBernhard Tittelbach <xro@realraum.at>2012-05-19 00:32:43 +0000
committerBernhard Tittelbach <xro@realraum.at>2012-05-19 00:32:43 +0000
commitcbd3c39dc4a119a65c0aae047504b6c69ed08215 (patch)
treec0df4006059865f2145b6535e82de773c86aceef /software/hhd70dongle/c1101lib.h
parentexperimental settings 437.5 mhz ax.25 compatible 9k6 gfsk (diff)
TX test
git-svn-id: https://svn.spreadspace.org/mur.sat@430 7de4ea59-55d0-425e-a1af-a3118ea81d4c
Diffstat (limited to 'software/hhd70dongle/c1101lib.h')
-rw-r--r--software/hhd70dongle/c1101lib.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/software/hhd70dongle/c1101lib.h b/software/hhd70dongle/c1101lib.h
index da4eb7c..db97b70 100644
--- a/software/hhd70dongle/c1101lib.h
+++ b/software/hhd70dongle/c1101lib.h
@@ -142,8 +142,7 @@ uint16_t c1101_measureTemp(void);
void spi_c1101_dump_registers_to_usb(void);
void c1101_setFrequency(uint32_t freq, uint8_t freq_offset, uint8_t if_freq);
-//max len: 64 bytes
-void c1101_writeTXFifo(char *buffer, unsigned int len);
+void c1101_transmitData(char *buffer, unsigned int len);
//max returned: 64 bytes
int c1101_readRXFifo(char *buffer);