Skip to content

Commit

Permalink
initiator: dont overwrite pico-w pio program for LED control.
Browse files Browse the repository at this point in the history
  • Loading branch information
erichelgeson committed Feb 8, 2024
1 parent 11eef85 commit 638a053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/BlueSCSI_platform_RP2040/scsi_accel_host.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#include <hardware/sync.h>

#define SCSI_PIO pio0
#define SCSI_SM 0
#define SCSI_SM 1

static struct {
// PIO configurations
Expand Down

0 comments on commit 638a053

Please sign in to comment.