add include for task.h for FREERTOS in benchmark.c

This commit is contained in:
Chris Conlon
2018-07-18 16:52:16 -06:00
parent 5b9fbb5d42
commit 5c940351b7

View File

@ -4764,6 +4764,8 @@ exit_ed_verify:
#elif defined FREERTOS
#include "task.h"
double current_time(int reset)
{
portTickType tickCount;