Skip to content
Snippets Groups Projects
Commit 6d58cec6 authored by Simon Llewellyn's avatar Simon Llewellyn
Browse files

Final. Updated comments

parent fa78a11b
No related branches found
No related tags found
No related merge requests found
......@@ -41,6 +41,8 @@ extern struct sntp_packet set_flags(uint8_t flags ){
// example of calling:
// struct sntp_packet test;
// printTime(&test);
// stackoverflow.com/questions/3673226/how-to-print-time-in-format-2009-08-10-181754-811
// code inspired by user hamid-nazari
void printTime(struct sntp_packet* packet)
{
char buffer[26], buffer2[26];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment