summaryrefslogtreecommitdiffstats
path: root/app/ntp.c
diff options
context:
space:
mode:
authorroot <root@lab.panaceas.james.local>2019-02-19 18:08:31 +0000
committerroot <root@lab.panaceas.james.local>2019-02-19 18:08:31 +0000
commit9bbf1d200534cd946c4776e29457f989147b45b2 (patch)
tree6d167a3bede4ae9da3912562ad9fb5baf76d6770 /app/ntp.c
parentb3c6320899d6b27899ab3c67c745e8d3b29af3a2 (diff)
downloadclock-9bbf1d200534cd946c4776e29457f989147b45b2.tar.gz
clock-9bbf1d200534cd946c4776e29457f989147b45b2.tar.bz2
clock-9bbf1d200534cd946c4776e29457f989147b45b2.zip
everything working, even with fucked phy
Diffstat (limited to 'app/ntp.c')
-rw-r--r--app/ntp.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/ntp.c b/app/ntp.c
index 1c109ce..44002cc 100644
--- a/app/ntp.c
+++ b/app/ntp.c
@@ -77,3 +77,8 @@ packet (uint8_t *_p)
}
#endif
+
+
+void ntp_init(void)
+{
+}