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

Final copy with updated comments.

parent b6fa97e9
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ Written by Simon Llewellyn & Callum Martin
Last update 6/12/16
Header file to contain all the librarys required by both
client and server source code.
client, server, and ntp fucntions source code.
****************************************************************/
......@@ -28,6 +28,7 @@ client and server source code.
//offset of start of ntp (01/01/1900) to epoch Unix (01/01/1970) in milliseconds
//unsed in the unix_to_ntp and ntp_to_unix functions
#define OFFSET 2208988800 // 0x83AA7E80 in hex
// created data type bool
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment