avrdude: Use a minimalistic embedded conf instead of an external file

This commit is contained in:
Vojtech Kral 2019-02-26 13:19:49 +01:00
parent fba4d109c8
commit ffd7a3d933
12 changed files with 1717 additions and 14993 deletions

View file

@ -941,6 +941,7 @@ int init_config(void);
void cleanup_config(void);
int read_config(const char * file);
int read_config_builtin();
#ifdef __cplusplus
}