diff options
author | Uros Majstorovic <majstor@majstor.org> | 2020-08-23 22:37:16 +0200 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2020-08-23 22:37:16 +0200 |
commit | 1e5eb7cb910e6f23c69c2c986b6373e9f9abb980 (patch) | |
tree | 5e8ed0ad6b2fcba747c626c1c51afebbf76b3b9d /fw/fe310/test/modem.c | |
parent | 57c1824affca858023c65c84e188ea7dc6c0a5f2 (diff) |
dynamic memory alloc for gui added; page navigation added
Diffstat (limited to 'fw/fe310/test/modem.c')
-rw-r--r-- | fw/fe310/test/modem.c | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/fw/fe310/test/modem.c b/fw/fe310/test/modem.c index e89112b..736b8e0 100644 --- a/fw/fe310/test/modem.c +++ b/fw/fe310/test/modem.c @@ -2,17 +2,17 @@ #include <stdlib.h> #include <unistd.h> -#include <eos/eos.h> -#include <eos/event.h> -#include <eos/timer.h> -#include <eos/uart.h> -#include <eos/i2s.h> -#include <eos/spi.h> -#include <eos/net.h> -#include <eos/cell.h> -#include <eos/eve/eve.h> -#include <eos/eve/eve_kbd.h> -#include <eos/eve/eve_text.h> +#include <eos.h> +#include <event.h> +#include <timer.h> +#include <uart.h> +#include <i2s.h> +#include <spi.h> +#include <net.h> +#include <cell.h> +#include <eve/eve.h> +#include <eve/eve_kbd.h> +#include <eve/eve_text.h> #define ABUF_SIZE 512 #define MIC_WM 128 |