fix warning about implicit declaration of logging function in yasnd-lpt.c
This commit is contained in:
parent
92eb3d25ff
commit
6aefa54e73
@ -2,6 +2,8 @@
|
|||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
|
#include "yasnd-log.h"
|
||||||
|
|
||||||
bool lpt_enable=false; // control usage of LPT port to reset target devices
|
bool lpt_enable=false; // control usage of LPT port to reset target devices
|
||||||
int lpt_port=0x378; // LPT port in hex(0x378 is usually LPT1)
|
int lpt_port=0x378; // LPT port in hex(0x378 is usually LPT1)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user