aboutsummaryrefslogtreecommitdiff
path: root/tests/simple_uart
diff options
context:
space:
mode:
Diffstat (limited to 'tests/simple_uart')
-rw-r--r--tests/simple_uart/sim.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/simple_uart/sim.c b/tests/simple_uart/sim.c
index c0d1f82..a5cd813 100644
--- a/tests/simple_uart/sim.c
+++ b/tests/simple_uart/sim.c
@@ -10,12 +10,12 @@
#include <gran/cpu/riscv/simple_riscv64.h>
unsigned char simple_hello[] = {
- 0xb7, 0x17, 0x00, 0x00, 0x13, 0x07, 0x80, 0x04, 0x23, 0x80, 0xe7, 0x00,
- 0x13, 0x07, 0x50, 0x06, 0x23, 0x80, 0xe7, 0x00, 0x13, 0x07, 0xc0, 0x06,
- 0x23, 0x80, 0xe7, 0x00, 0x23, 0x80, 0xe7, 0x00, 0x13, 0x07, 0xf0, 0x06,
- 0x23, 0x80, 0xe7, 0x00, 0x13, 0x07, 0x10, 0x02, 0x23, 0x80, 0xe7, 0x00,
- 0x13, 0x07, 0xa0, 0x00, 0x23, 0x80, 0xe7, 0x00, 0x73, 0x00, 0x10, 0x00,
- 0x67, 0x80, 0x00, 0x00
+ 0xb7, 0x17, 0x00, 0x00, 0x13, 0x07, 0x80, 0x04, 0x23, 0x80, 0xe7, 0x00,
+ 0x13, 0x07, 0x50, 0x06, 0x23, 0x80, 0xe7, 0x00, 0x13, 0x07, 0xc0, 0x06,
+ 0x23, 0x80, 0xe7, 0x00, 0x23, 0x80, 0xe7, 0x00, 0x13, 0x07, 0xf0, 0x06,
+ 0x23, 0x80, 0xe7, 0x00, 0x13, 0x07, 0x10, 0x02, 0x23, 0x80, 0xe7, 0x00,
+ 0x13, 0x07, 0xa0, 0x00, 0x23, 0x80, 0xe7, 0x00, 0x73, 0x00, 0x10, 0x00,
+ 0x67, 0x80, 0x00, 0x00
};
unsigned int simple_hello_len = 64;