mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-09-27 22:45:27 +00:00
Declare rather than define extern const uPcore_t uP_table[372];
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user