mbed OS5

Fork of UIPEthernet by Zoltan Hudak

Revision:
8:4acb22344932
Parent:
6:10e42359e217
Child:
9:e55652bed36c
--- a/utility/millis.h	Tue Apr 26 18:37:14 2016 +0000
+++ b/utility/millis.h	Fri Jun 30 19:51:28 2017 +0000
@@ -16,5 +16,10 @@
  You should have received a copy of the GNU General Public License
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
   */
+#ifndef MILLIS_H
+#define MILLIS_H
+
 extern "C" void          millis_start(void);
 extern "C" unsigned long millis(void);
+
+#endif