diff options
author | Uros Majstorovic <majstor@majstor.org> | 2022-03-31 13:23:27 +0200 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2022-03-31 13:23:27 +0200 |
commit | 0bf09d5e45609319a162d7c60485c0da2319f2d3 (patch) | |
tree | 2af542b939787046644deb363eb8bcfbe57c86ce /fw/fe310/test/main.c | |
parent | 4e2c7b2b070699b9f0a9cfe75de8316866cc5ed1 (diff) |
fe310 tests fixed
Diffstat (limited to 'fw/fe310/test/main.c')
-rw-r--r-- | fw/fe310/test/main.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fw/fe310/test/main.c b/fw/fe310/test/main.c index d1409f7..52d281b 100644 --- a/fw/fe310/test/main.c +++ b/fw/fe310/test/main.c @@ -96,8 +96,6 @@ int main() { // app_cell_dev_init(); // app_cell_pdp_init(); // app_fs_init(); - // audio_start(); - app_ecp_init(); eos_evtq_loop(); } |