utilities: add Zephyr 1.6 k_timer support (pulled from zupm)

Signed-off-by: Jon Trulson <jtrulson@ics.com>
This commit is contained in:
Jon Trulson
2016-12-02 16:40:48 -07:00
parent 232089f400
commit c4656bf8ba
2 changed files with 40 additions and 0 deletions

View File

@ -45,6 +45,8 @@ typedef struct timeval upm_clock_t;
#include <zephyr.h>
#include <device.h>
#include <sys_clock.h>
#include <version.h>
#include <kernel_version.h>
#if defined(CONFIG_STDOUT_CONSOLE)
#include <stdio.h>