Fixed comment.

This commit is contained in:
Oliver Schmidt 2015-11-23 20:42:43 +01:00
parent 1d2b02df9e
commit b3f40e5881

View File

@ -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