We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23b487d commit 195e146Copy full SHA for 195e146
src/utility/w5100.cpp
@@ -182,7 +182,7 @@ uint8_t W5100Class::init(void)
182
writeTMSR(0x55);
183
writeRMSR(0x55);
184
#endif
185
-// Try W5100. This simple chip uses fixed 4 byte frames
+ // Try W5100. This simple chip uses fixed 4 byte frames
186
// for every 8 bit access. Terribly inefficient, but so simple
187
// it recovers from "hearing" unsuccessful W5100 or W5200
188
// communication. W5100 is also the only chip without a VERSIONR
0 commit comments