fix comp error

This commit is contained in:
Tony Kuker 2022-11-13 11:25:18 -06:00
parent 53b9db81c2
commit 897f121ad6
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#/bin/sh
clear
make all CROSS_COMPILE=arm-linux-gnueabihf- -j8
scp ./bin/fullspec/* akuker@10.0.1.98:/home/akuker/
scp ./bin/fullspec/* akuker@10.0.1.13:/home/akuker/

View File

@ -560,7 +560,7 @@ int GPIOBUS::CommandHandShake(vector<uint8_t>& buf)
// RaSCSI becomes ICD compatible by ignoring the prepended $1F byte before processing the CDB.
if (buf[0] == 0x1F) {
SetSignal(PIN_REQ, ON);
SetSignal(board->pin_req, board_type::gpio_high_low_e::GPIO_STATE_HIGH);
ret = WaitSignal(board->pin_ack, board_type::gpio_high_low_e::GPIO_STATE_HIGH);