summaryrefslogtreecommitdiff
path: root/firmware/bluetooth_rxtx/bluetooth.c
diff options
context:
space:
mode:
authorHannes Ellinger <hannes.ellinger@posteo.de>2015-11-12 16:26:52 +0100
committerHannes Ellinger <hannes.ellinger@posteo.de>2016-01-14 09:33:31 +0100
commitaabf53eabcad7b709d599ac96a9aa0a2f4debf3b (patch)
treea4664c4267c2b5567eea9aafb3dcc0eca807e343 /firmware/bluetooth_rxtx/bluetooth.c
parenta627a5afd11df625f3d29585746719642ad9f385 (diff)
add ubertooth-afh host tool for afh channel map detection
Diffstat (limited to 'firmware/bluetooth_rxtx/bluetooth.c')
-rw-r--r--firmware/bluetooth_rxtx/bluetooth.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/bluetooth_rxtx/bluetooth.c b/firmware/bluetooth_rxtx/bluetooth.c
index 915dd32..44a58d3 100644
--- a/firmware/bluetooth_rxtx/bluetooth.c
+++ b/firmware/bluetooth_rxtx/bluetooth.c
@@ -27,7 +27,6 @@ u16 d1;
/* frequency register bank */
u8 bank[CHANNELS];
u8 afh_bank[CHANNELS];
-u8 used_channels;
/* count the number of 1 bits in a uint64_t */
static uint8_t count_bits(uint64_t n)