mirror of
https://github.com/avrdudes/avrdude.git
synced 2026-07-18 23:49:26 +03:00
8 lines
114 B
C
8 lines
114 B
C
#ifndef ft245r_h
|
|
#define ft245r_h
|
|
|
|
extern const char ft245r_desc[];
|
|
void ft245r_initpgm(PROGRAMMER *pgm);
|
|
|
|
#endif
|