summaryrefslogtreecommitdiff
path: root/fw/fe310/eos/eos.h
diff options
context:
space:
mode:
authorUros Majstorovic <majstor@majstor.org>2022-05-13 12:26:19 +0200
committerUros Majstorovic <majstor@majstor.org>2022-05-13 12:26:19 +0200
commit9ccb4db8d59ec9dab33ee8617d462f21a8bb4fa8 (patch)
treea4f8ba9375a4ee82bae6ddc0cb3a35227f6f9469 /fw/fe310/eos/eos.h
parent45f0d9b890b086493f9bb06428c46cd802324223 (diff)
touch controller/eve fixes
Diffstat (limited to 'fw/fe310/eos/eos.h')
-rw-r--r--fw/fe310/eos/eos.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/fw/fe310/eos/eos.h b/fw/fe310/eos/eos.h
index 87a7e27..f3caf6b 100644
--- a/fw/fe310/eos/eos.h
+++ b/fw/fe310/eos/eos.h
@@ -9,8 +9,10 @@
#define EOS_ERR_FULL -11
#define EOS_ERR_EMPTY -12
#define EOS_ERR_NOTFOUND -13
+#define EOS_ERR_ABSENT -14
#define EOS_ERR_NET -20
void eos_init(void);
-void eos_run(uint8_t wakeup_cause); \ No newline at end of file
+void eos_run(uint8_t wakeup_cause);
+void eos_run_once(void); \ No newline at end of file