Change array for copy mem->desc to const char * in term.c

This commit is contained in:
Stefan Rueger
2022-08-15 14:25:58 +01:00
parent a4bfa8247d
commit e332ecf0b4
2 changed files with 3 additions and 5 deletions

View File

@@ -283,7 +283,6 @@ typedef struct avrpart {
int lineno; /* config file line number */
} AVRPART;
#define AVR_MEMDESCLEN 64
typedef struct avrmem {
const char *desc; /* memory description ("flash", "eeprom", etc) */
LISTID comments; // Used by developer options -p*/[ASsr...]