minor error code edits

This commit is contained in:
stnolting 2022-05-20 21:36:20 +02:00
parent 1e03177954
commit bd1f333991
2 changed files with 9 additions and 9 deletions

View file

@ -975,8 +975,8 @@ package neorv32_bootloader_image is
00000961 => x"20657865",
00000962 => x"6e676973",
00000963 => x"72757461",
00000964 => x"61662065",
00000965 => x"00006c69",
00000964 => x"72652065",
00000965 => x"00726f72",
00000966 => x"00000000",
00000967 => x"65637865",
00000968 => x"6e696465",
@ -986,16 +986,16 @@ package neorv32_bootloader_image is
00000972 => x"00797469",
00000973 => x"63656863",
00000974 => x"6d75736b",
00000975 => x"69616620",
00000976 => x"0000006c",
00000975 => x"72726520",
00000976 => x"0000726f",
00000977 => x"00000000",
00000978 => x"00000000",
00000979 => x"20495053",
00000980 => x"73616c66",
00000981 => x"63612068",
00000982 => x"73736563",
00000983 => x"69616620",
00000984 => x"0064656c",
00000983 => x"72726520",
00000984 => x"0000726f",
00000985 => x"33323130",
00000986 => x"37363534",
00000987 => x"62613938",

View file

@ -153,10 +153,10 @@ enum ERROR_CODES {
* Error messages
**************************************************************************/
const char error_message[4][24] = {
"exe signature fail",
"exe signature error",
"exceeding IMEM capacity",
"checksum fail",
"SPI flash access failed"
"checksum error",
"SPI flash access error"
};