summaryrefslogtreecommitdiff
path: root/code/fe310
diff options
context:
space:
mode:
authorUros Majstorovic <majstor@majstor.org>2018-01-20 06:26:28 +0100
committerUros Majstorovic <majstor@majstor.org>2018-01-20 06:26:28 +0100
commit1847482a7bc975e8a171cd1df9257647ab6b66f5 (patch)
tree028901a5d4c6944f29d79b9774f3cb38d1263cf2 /code/fe310
parent116a4e241861dd35a61a822adb7badc42e8c81ee (diff)
foxed esp32 semaphore bug
Diffstat (limited to 'code/fe310')
-rw-r--r--code/fe310/eos/eos.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/fe310/eos/eos.c b/code/fe310/eos/eos.c
index 8dbfdac..5ad40cc 100644
--- a/code/fe310/eos/eos.c
+++ b/code/fe310/eos/eos.c
@@ -13,5 +13,5 @@ void eos_init(void) {
}
void eos_start(void) {
- eos_net_start(255);
+ eos_net_start(31);
} \ No newline at end of file