diff options
author | Uros Majstorovic <majstor@majstor.org> | 2018-01-17 07:45:32 +0100 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2018-01-17 07:45:32 +0100 |
commit | 97a7e6617f8ad06b7bff495603200b853766ecc8 (patch) | |
tree | 9e8a4aaa5b3ef366c595595871db43eae2facdc2 /code/fe310/eos/eos.c | |
parent | 01c3e3af2394f863323b846fa304ff7e0a30e9df (diff) |
basic test for eos & fe310 passed
Diffstat (limited to 'code/fe310/eos/eos.c')
-rw-r--r-- | code/fe310/eos/eos.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/code/fe310/eos/eos.c b/code/fe310/eos/eos.c index 3ad3b68..8dbfdac 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(15); + eos_net_start(255); }
\ No newline at end of file |