- period incremented to 500ms

git-svn-id: https://svn.code.sf.net/p/libusbjava/code/trunk@118 94ad28fe-ef68-46b1-9651-e7ae4fcf1c4c
This commit is contained in:
schlaepfer
2006-03-17 07:34:05 +00:00
parent e39c8308f0
commit c3f93ae092

View File

@@ -9,7 +9,7 @@ MODULE UsbTargLog;
CONST CONST
logTitle = "USB Target Log"; logTitle = "USB Target Log";
PERIOD = 200; PERIOD = 500;
TYPE TYPE
Receiver = POINTER TO RECORD (Services.Action) Receiver = POINTER TO RECORD (Services.Action)