From b0cfc3c941a795672d44db94c3d2d341887bd42a Mon Sep 17 00:00:00 2001 From: PaulStoffregen Date: Mon, 21 Jun 2021 04:35:28 -0700 Subject: [PATCH] Remove Time.h - conflicts with C library time.h on Windows & MacOS --- Time.h | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 Time.h diff --git a/Time.h b/Time.h deleted file mode 100644 index 6fa02fa..0000000 --- a/Time.h +++ /dev/null @@ -1,2 +0,0 @@ -#warning "Please include TimeLib.h, not Time.h. Future versions will remove Time.h" -#include "TimeLib.h"