Skip to content

Commit

Permalink
Use local includes for NtpClient wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
mcspr committed Apr 4, 2019
1 parent eb504e5 commit 903ceb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/espurna/ntp.ino
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Copyright (C) 2016-2019 by Xose Pérez <xose dot perez at gmail dot com>
#include <WiFiClient.h>
#include <Ticker.h>

#include <libs/NtpClientWrap.h>
#include "libs/NtpClientWrap.h"

Ticker _ntp_defer;

Expand Down

0 comments on commit 903ceb1

Please sign in to comment.