diff --git a/cpp/build_and_copy.sh b/cpp/build_and_copy.sh index a6f81a60..9f911978 100755 --- a/cpp/build_and_copy.sh +++ b/cpp/build_and_copy.sh @@ -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/ diff --git a/cpp/hal/gpiobus.cpp b/cpp/hal/gpiobus.cpp index 60c02f0b..dcdf1d81 100644 --- a/cpp/hal/gpiobus.cpp +++ b/cpp/hal/gpiobus.cpp @@ -560,7 +560,7 @@ int GPIOBUS::CommandHandShake(vector& 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);