[spid] double Rx/Tx delay to 20ms to accomodate for gd commands

This commit is contained in:
Bart Van Der Meerssche 2011-02-12 20:03:29 +01:00
parent 9deaf89d04
commit 0878114479
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ local DEBUG = (arg[1] == '-d')
local SPI_DEV = '/dev/spidev0.0'
local SPI_MAX_CLK_SPEED_HZ = 1e6
local SPI_MIN_BYTE_DELAY_US = 250
local SPI_TX_RX_DELAY_NS = 1e7
local SPI_TX_RX_DELAY_NS = 2e7
local SPI_CT_DELAY_NS = 5e8
local POLL_TIMEOUT_MS = 100