aboutsummaryrefslogtreecommitdiffstats
path: root/dfu.c
diff options
context:
space:
mode:
authorroot <root@lamia.panaceas.james.local>2015-09-01 00:41:49 +0100
committerroot <root@lamia.panaceas.james.local>2015-09-01 00:41:49 +0100
commit475922ce345bb0443cf4fdef00efa86676a1bf62 (patch)
tree89e3eb13232da02bddfeffaff8588765c403b71f /dfu.c
downloadnrfdfu-475922ce345bb0443cf4fdef00efa86676a1bf62.tar.gz
nrfdfu-475922ce345bb0443cf4fdef00efa86676a1bf62.tar.bz2
nrfdfu-475922ce345bb0443cf4fdef00efa86676a1bf62.zip
fish
Diffstat (limited to 'dfu.c')
-rw-r--r--dfu.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/dfu.c b/dfu.c
new file mode 100644
index 0000000..d59acac
--- /dev/null
+++ b/dfu.c
@@ -0,0 +1,13 @@
+#include "project.h"
+
+void
+dfu (const char *bdaddr, const char *type, const char *version, uint8_t * dat,
+ size_t dat_sz, uint8_t * bin, size_t bin_sz)
+{
+
+
+ bt_thing (bdaddr);
+
+
+
+}