Skip to content

Commit

Permalink
missing parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
folkertvanheusden committed Oct 9, 2024
1 parent 3efbed6 commit 9425277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion microcontrollers/RP2040W/main.ino
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ void setup()
sd = new scsi(bs, 1, &ios);

Serial.println(F("Instantiate iSCSI server"));
s = new server(sd, c, &is, "test");
s = new server(sd, c, &is, "test", false);

Serial.print(F("Free memory after full init: "));
Serial.println(rp2040.getFreeHeap());
Expand Down

0 comments on commit 9425277

Please sign in to comment.