mirror of
https://github.com/pvvx/RTL00MP3.git
synced 2025-07-31 12:41:06 +00:00
update
This commit is contained in:
parent
38dc83bcb8
commit
36ee138705
9 changed files with 65 additions and 61 deletions
|
|
@ -375,7 +375,7 @@ LOCAL unsigned int BOOT_RAM_TEXT_SECTION flashcpy(unsigned int faddr,
|
|||
return size;
|
||||
}
|
||||
|
||||
enum {
|
||||
typedef enum {
|
||||
SEG_ID_ERR,
|
||||
SEG_ID_SRAM,
|
||||
SEG_ID_TCM,
|
||||
|
|
@ -385,7 +385,7 @@ enum {
|
|||
SEG_ID_CPU,
|
||||
SEG_ID_ROM,
|
||||
SEG_ID_MAX
|
||||
} SEG_ID;
|
||||
} _SEG_ID;
|
||||
|
||||
LOCAL const char * const txt_tab_seg[] = {
|
||||
"UNK", // 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue