This commit is contained in:
Conor Patrick
2018-10-21 12:01:36 -04:00
parent 2108f0f286
commit fac29a5f7b
8 changed files with 725 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
#ifndef _FLASH_H_H
#define _FLASH_H_H
#ifndef _FLASH_H_
#define _FLASH_H_
void flash_erase_page(uint8_t page);
void flash_write_dword(uint32_t addr, uint64_t data);