mirror of
https://github.com/bobbimanners/emailler.git
synced 2025-04-09 05:37:00 +00:00
Fixed comment.
This commit is contained in:
parent
354aa76ef7
commit
51abda7b8d
@ -183,7 +183,7 @@ void w5100_disconnect(void);
|
||||
|
||||
// Commit sending of <size> bytes to server. <size> is usually smaller than
|
||||
// the return value of w5100_send_request(). Not commiting at all just turns
|
||||
// the w5100_send_request() and - the writes to *w5100_data - into NOPs.
|
||||
// the w5100_send_request() - and the writes to *w5100_data - into NOPs.
|
||||
#define w5100_send_commit(size) w5100_data_commit(1, (size))
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user