mirror of
https://github.com/dschmenk/apple2pi.git
synced 2024-11-24 12:31:30 +00:00
Further qualify setting GPCLK
This commit is contained in:
parent
45205cc788
commit
662bb16adb
@ -15,7 +15,7 @@
|
||||
#include <linux/input.h>
|
||||
#include <linux/uinput.h>
|
||||
|
||||
#ifdef SETSERCLK
|
||||
#if defined(SETSERCLK) && defined(__ARMEL__)
|
||||
#include "gpclk.c"
|
||||
#endif
|
||||
|
||||
@ -730,7 +730,7 @@ void main(int argc, char **argv)
|
||||
evrely.type = EV_REL;
|
||||
evrely.code = REL_Y;
|
||||
evsync.type = EV_SYN;
|
||||
#ifdef SETSERCLK
|
||||
#if defined(SETSERCLK) && defined(__ARMEL__)
|
||||
/*
|
||||
* Initialize ACIA clock for Apple II Pi card
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user