Add power on after reset flag

This commit is contained in:
Jeremy Soller
2020-04-07 20:04:25 -06:00
committed by Jeremy Soller
parent 4303f0753e
commit 1194472b8f
8 changed files with 56 additions and 0 deletions

View File

@ -0,0 +1,8 @@
#ifndef _EC_BRAM_H
#define _EC_BRAM_H
#include <stdint.h>
volatile uint8_t __xdata __at(0x2200) BRAM[192];
#endif // _EC_BRAM_H

View File

@ -0,0 +1,8 @@
#ifndef _EC_BRAM_H
#define _EC_BRAM_H
#include <stdint.h>
volatile uint8_t __xdata __at(0x2200) BRAM[192];
#endif // _EC_BRAM_H