summaryrefslogtreecommitdiff
path: root/software/hhd70dongle/hhd70dongle.c
diff options
context:
space:
mode:
authorBernhard Tittelbach <xro@realraum.at>2012-05-17 06:14:27 +0000
committerBernhard Tittelbach <xro@realraum.at>2012-05-17 06:14:27 +0000
commit33c96ee874cbd9548fcec54b97d1882548f3e50f (patch)
treea7742a9bc2aba0fa521154eaa9c7bc06083a1020 /software/hhd70dongle/hhd70dongle.c
parentspi and c1101 lib needs to be cleanly separated, code needs to be tested and ... (diff)
spi and c1101 code shuffling
git-svn-id: https://svn.spreadspace.org/mur.sat@417 7de4ea59-55d0-425e-a1af-a3118ea81d4c
Diffstat (limited to 'software/hhd70dongle/hhd70dongle.c')
-rw-r--r--software/hhd70dongle/hhd70dongle.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/software/hhd70dongle/hhd70dongle.c b/software/hhd70dongle/hhd70dongle.c
index 85d9d0f..7e11d45 100644
--- a/software/hhd70dongle/hhd70dongle.c
+++ b/software/hhd70dongle/hhd70dongle.c
@@ -97,8 +97,8 @@ int main(void)
usb_rawhid_send("temp atmega: ",13);
write_buffer[0] = '0' + internal_temp/26;
usb_rawhid_send(write_buffer,1);
- char buf[10];
- unsigned int len;
- spi_read(sizeof(buf),buf,&len);
+ //~ char buf[10];
+ //~ unsigned int len;
+ //~ spi_read(sizeof(buf),buf,&len);
}
}