mirror of
https://github.com/QIDITECH/QIDISlicer.git
synced 2026-02-06 02:41:52 +03:00
9 lines
132 B
C
9 lines
132 B
C
#ifndef ft245r_h
|
|
#define ft245r_h
|
|
|
|
extern const char ft245r_desc[];
|
|
void ft245r_initpgm (PROGRAMMER * pgm);
|
|
|
|
|
|
#endif /* ft245r_h */
|