mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-09-27 22:45:27 +00:00
Add fallback for EM_AVR
OpenBSD still lacks this definition, so provide our own for them.
This commit is contained in:
@@ -37,6 +37,9 @@
|
||||
#ifndef EM_AVR32
|
||||
# define EM_AVR32 0x18ad /* unofficial */
|
||||
#endif
|
||||
#ifndef EM_AVR
|
||||
# define EM_AVR 83 /* OpenBSD lacks it */
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include "avrdude.h"
|
||||
|
Reference in New Issue
Block a user