aboutsummaryrefslogtreecommitdiffstats
path: root/dfu.c
diff options
context:
space:
mode:
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);
+
+
+
+}