Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of Sean_AdiSense1000_V21 by
inc/bootloader.h
- Committer:
- nfathurr
- Date:
- 2018-09-24
- Revision:
- 34:029fc3b83f78
File content as of revision 34:029fc3b83f78:
#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