From 3d48137c00511b3f2d35511482d1a76f8d06382d Mon Sep 17 00:00:00 2001 From: root Date: Fri, 26 Feb 2021 12:12:38 +0000 Subject: works --- boot/project.h | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 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..5699389 --- /dev/null +++ b/boot/project.h @@ -0,0 +1,29 @@ +#include +#include +#include +#include +#include +#include +#include +#include +#include + + +#include +#include +#include + +#include +#include + +#include "pins.h" + +#include + + + +#include "prototypes.h" +extern uint32_t dfu_flag; + + +#define APP_ADDRESS 0x08004000 -- cgit v1.2.3