mirror of
https://github.com/avrdudes/avrdude.git
synced 2026-09-24 10:06:25 +03:00
s/\bexit_reset_t\b/Exit_reset/g
This commit is contained in:
@@ -891,7 +891,7 @@ typedef enum {
|
||||
EXIT_RESET_UNSPEC,
|
||||
EXIT_RESET_ENABLED,
|
||||
EXIT_RESET_DISABLED
|
||||
} exit_reset_t;
|
||||
} Exit_reset;
|
||||
|
||||
typedef enum {
|
||||
EXIT_DATAHIGH_UNSPEC,
|
||||
@@ -960,7 +960,7 @@ typedef struct programmer {
|
||||
const char *port;
|
||||
unsigned int pinno[N_PINS]; // TODO to be removed if old pin data no longer needed
|
||||
exit_vcc_t exit_vcc; // Should these be set in avrdude.conf?
|
||||
exit_reset_t exit_reset;
|
||||
Exit_reset exit_reset;
|
||||
Exit_datahigh exit_datahigh;
|
||||
int ppidata;
|
||||
int ppictrl;
|
||||
|
||||
Reference in New Issue
Block a user