Add 'x' prefix to time functions

.. to avoid name-clashes with (some) libraries. This now also should
make it work for the 'native' target (untested).
This commit is contained in:
Ralf Schlatterbeck 2016-03-29 17:47:03 +02:00
parent b2a289924b
commit 743245e230
7 changed files with 64 additions and 66 deletions

View file

@ -43,7 +43,7 @@
#include "contiki.h"
#include "contiki-net.h"
#include "er-coap-engine.h"
#include "time.h"
#include "xtime.h"
#include "cron.h"
#include "time_resource.h"
#include "jsonparse.h"