summaryrefslogtreecommitdiff
path: root/software/hhd70dongle/c1101lib.h
diff options
context:
space:
mode:
authorBernhard Tittelbach <xro@realraum.at>2012-05-19 20:12:36 +0000
committerBernhard Tittelbach <xro@realraum.at>2012-05-19 20:12:36 +0000
commit7805e26a729ae96add7d8a467682dd8ccb13fbe2 (patch)
tree993d725ce09639ac545c6c81ecf64943be473684 /software/hhd70dongle/c1101lib.h
parentupdated teensy tools from spreadspace (rename to avr) (diff)
led on only during send
git-svn-id: https://svn.spreadspace.org/mur.sat@438 7de4ea59-55d0-425e-a1af-a3118ea81d4c
Diffstat (limited to 'software/hhd70dongle/c1101lib.h')
-rw-r--r--software/hhd70dongle/c1101lib.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/software/hhd70dongle/c1101lib.h b/software/hhd70dongle/c1101lib.h
index a8045a0..9ecbadb 100644
--- a/software/hhd70dongle/c1101lib.h
+++ b/software/hhd70dongle/c1101lib.h
@@ -148,7 +148,4 @@ void c1101_transmitData(char *buffer, unsigned int len);
//max returned: 64 bytes
int c1101_readRXFifo(char *buffer);
-//set WakeOnRadio to enabled (true) or disabled(false)
-void c1101_setWOR(int enable);
-
#endif