summaryrefslogtreecommitdiff
path: root/software/hhd70dongle/hhd70dongle.c
diff options
context:
space:
mode:
Diffstat (limited to 'software/hhd70dongle/hhd70dongle.c')
-rw-r--r--software/hhd70dongle/hhd70dongle.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/software/hhd70dongle/hhd70dongle.c b/software/hhd70dongle/hhd70dongle.c
index a1c9f26..3db3c5c 100644
--- a/software/hhd70dongle/hhd70dongle.c
+++ b/software/hhd70dongle/hhd70dongle.c
@@ -40,6 +40,7 @@
#include "util.h"
#include "usbio.h"
+#include "hhd70.h"
#include "cc1101.h"
#include "cc1101_defines.h"
@@ -88,7 +89,7 @@ int main(void)
led_init();
usbio_init();
- cc1101_init();
+ hhd70_init();
sei();
for(;;) {