diff options
author | Uros Majstorovic <majstor@majstor.org> | 2022-09-23 20:08:02 +0200 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2022-09-23 20:08:02 +0200 |
commit | 69ed847740e3efb5c5ff6319629c93d236150959 (patch) | |
tree | a479305afd898870f2ac0e55fe04be788e768fca /fw/fe310/phone/flash.h | |
parent | 38e19a65fda7a37688320b4b732eb1113bbcbad7 (diff) |
i2s driver fixed; added uart programming;
Diffstat (limited to 'fw/fe310/phone/flash.h')
-rw-r--r-- | fw/fe310/phone/flash.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fw/fe310/phone/flash.h b/fw/fe310/phone/flash.h new file mode 100644 index 0000000..7c6946b --- /dev/null +++ b/fw/fe310/phone/flash.h @@ -0,0 +1,3 @@ +int flash_app(EVEWindow *window, EVEViewStack *stack); +int flash_uievt(EVEPage *page, uint16_t evt, void *param); +void flash_close(EVEPage *page); |