mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 06:10:30 -04:00
- Change default serial device to /dev/cuaa0 PR: ports/83174 Submitted by: Erik Greenwald <erik@smluc.org> (maintainer)
13 lines
233 B
C++
13 lines
233 B
C++
--- picport.h.orig Thu Apr 29 00:09:38 2004
|
|
+++ picport.h Fri Jul 8 21:46:07 2005
|
|
@@ -59,6 +59,10 @@
|
|
|
|
public:
|
|
|
|
+ static int t_on;
|
|
+ static int t_off;
|
|
+ static int t_edge;
|
|
+
|
|
static void delay (long ns);
|
|
|
|
enum commands {
|