From 475922ce345bb0443cf4fdef00efa86676a1bf62 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 1 Sep 2015 00:41:49 +0100 Subject: fish --- manifest.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 manifest.h (limited to 'manifest.h') diff --git a/manifest.h b/manifest.h new file mode 100644 index 0000000..5588535 --- /dev/null +++ b/manifest.h @@ -0,0 +1,7 @@ +struct manifest { + const char *type; + const char *dat_file; + const char *bin_file; + const char *dfu_version; +}; + -- cgit v1.2.3