From 98cba32ca9d62f6e4b7e735d177dba699b8d0698 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 6 Jun 2015 12:38:36 +0100 Subject: inititalcommit --- boot/project.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 boot/project.h (limited to 'boot/project.h') diff --git a/boot/project.h b/boot/project.h new file mode 100644 index 0000000..34c96b7 --- /dev/null +++ b/boot/project.h @@ -0,0 +1,20 @@ +#include +#include +#include +#include +#include +#include +#include +#include + +#define INCLUDE_DFU_INTERFACE + + +#ifdef INCLUDE_DFU_INTERFACE +#include +#include +#endif + +#include +#include + -- cgit v1.2.3