CAC_smartcushion / Mbed OS AdiSense1000_V21_Smartcushion

Fork of Sean_AdiSense1000_V21 by Rohan Gurav

Revision:
34:029fc3b83f78
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/inc/bootloader.h	Mon Sep 24 11:39:35 2018 +0000
@@ -0,0 +1,18 @@
+
+#ifndef __BOOTLOADER_H_
+#define __BOOTLOADER_H_
+
+
+#include <stdint.h>
+
+#include "mbed.h"
+
+
+#define BOOTLOADER_FLAG_BACKUP_REG 0x00
+
+
+// Enter bootloader mode
+void Bootloader_Init( void );
+
+
+#endif