Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
linuxgpio.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void linuxgpio_initpgm (PROGRAMMER *pgm)
 

Variables

const char linuxgpio_desc []
 

Function Documentation

◆ linuxgpio_initpgm()

void linuxgpio_initpgm ( PROGRAMMER pgm)
347{
348 avrdude_message(MSG_INFO, "%s: Linux sysfs GPIO support not available in this configuration\n",
349 progname);
350}
#define MSG_INFO
Definition avrdude.h:51
char * progname
Definition main.c:61
int avrdude_message(const int msglvl, const char *format,...)
Definition main.c:93

References avrdude_message(), MSG_INFO, and progname.

+ Here is the call graph for this function:

Variable Documentation

◆ linuxgpio_desc

const char linuxgpio_desc[]
extern