Skip to content

Commit 195e146

Browse files
committed
Fix indentation
1 parent 23b487d commit 195e146

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utility/w5100.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ uint8_t W5100Class::init(void)
182182
writeTMSR(0x55);
183183
writeRMSR(0x55);
184184
#endif
185-
// Try W5100. This simple chip uses fixed 4 byte frames
185+
// Try W5100. This simple chip uses fixed 4 byte frames
186186
// for every 8 bit access. Terribly inefficient, but so simple
187187
// it recovers from "hearing" unsuccessful W5100 or W5200
188188
// communication. W5100 is also the only chip without a VERSIONR

0 commit comments

Comments
 (0)