Skip to content

Commit

Permalink
Comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RobSmithDev committed Feb 24, 2024
1 parent 57a05df commit 5a1a5f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scsiwifi.c
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,7 @@ LONG SCSIWifi_sendFrame(SCSIWIFIDevice device, UBYTE* packet, UWORD packetSize)
// packetSize will *need* to be NETWORK_PACKET_MAX_SIZE+6
// Byte: 0 High Byte of packet size
// 1: Low Byte of packet size
// 2: 0xF8 - magic number. If its NOT this then the device is NOT running the right firmware
// 2: 0xA8/A8/0 - magic number.
// 3, 4 = 0
// 5: 0 if this was the last packet, or 0x10 if there are more to read
// last 4 bytes are the CRC for the packet which we dont care about!
Expand Down

0 comments on commit 5a1a5f2

Please sign in to comment.