Declare rather than define extern const uPcore_t uP_table[372];

This commit is contained in:
Stefan Rueger 2022-08-30 19:54:41 +01:00
parent 626a43b139
commit 4f7868ef4b
No known key found for this signature in database
GPG Key ID: B0B4F1FD86B1EC55
1 changed files with 1 additions and 1 deletions

View File

@ -1472,6 +1472,6 @@ extern const char * const vtab_avr128db48[61]; // AVR128DB48, AVR64DB48, AVR3
extern const char * const vtab_avr128da64[64]; // AVR128DA64, AVR64DA64
extern const char * const vtab_avr128db64[65]; // AVR128DB64, AVR64DB64
const uPcore_t uP_table[372];
extern const uPcore_t uP_table[372];
#endif