summaryrefslogtreecommitdiff
path: root/flash/bootloader/bootloader.h
diff options
context:
space:
mode:
Diffstat (limited to 'flash/bootloader/bootloader.h')
-rw-r--r--flash/bootloader/bootloader.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/flash/bootloader/bootloader.h b/flash/bootloader/bootloader.h
index 948311f55d..5811fd0aa4 100644
--- a/flash/bootloader/bootloader.h
+++ b/flash/bootloader/bootloader.h
@@ -77,6 +77,7 @@ typedef struct
77#define FW_VERSION *(unsigned short*)(FLASH_BASE + 0xFE) // firmware version 77#define FW_VERSION *(unsigned short*)(FLASH_BASE + 0xFE) // firmware version
78 78
79// prototypes 79// prototypes
80int ucl_nrv2e_decompress_8(const UINT8 *src, UINT8 *dst, UINT32* dst_len);
80void _main(void) __attribute__ ((section (".startup"))); 81void _main(void) __attribute__ ((section (".startup")));
81int main(void); 82int main(void);
82 83