Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
par.c File Reference
#include "ac_cfg.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <fcntl.h>
#include <unistd.h>
#include <errno.h>
#include "avrdude.h"
#include "libavrdude.h"
#include "ppi.h"
#include "bitbang.h"
#include "par.h"
+ Include dependency graph for par.c:

Go to the source code of this file.

Functions

void par_initpgm (PROGRAMMER *pgm)
 

Variables

const char par_desc [] = "Parallel port bitbanging"
 

Function Documentation

◆ par_initpgm()

void par_initpgm ( PROGRAMMER pgm)
404{
405 avrdude_message(MSG_INFO, "%s: parallel port access not available in this configuration\n",
406 progname);
407}
#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

◆ par_desc

const char par_desc[] = "Parallel port bitbanging"