aboutsummaryrefslogtreecommitdiff
path: root/task.h
diff options
context:
space:
mode:
authorPaul Selkirk <paul@psgd.org>2017-09-07 18:17:12 -0400
committerPaul Selkirk <paul@psgd.org>2017-09-07 18:20:55 -0400
commit72227852729ed3125af58cff3f593340b3247fed (patch)
tree234d45ae587ce51bfbbce6d8c059a121a44bf1e6 /task.h
parent2e1f88062c7ec6cd12688ce7522e802bbf09bba1 (diff)
parent5ff8c9512db48d128cf07904f68eb5139bebf952 (diff)
Rebase branch 'profiling' from master
Diffstat (limited to 'task.h')
-rw-r--r--task.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/task.h b/task.h
index 73ff33f..47d62d6 100644
--- a/task.h
+++ b/task.h
@@ -74,7 +74,7 @@ extern void task_delay(uint32_t delay);
extern void task_mutex_lock(task_mutex_t *mutex);
extern void task_mutex_unlock(task_mutex_t *mutex);
-#ifdef TASK_METRICS
+#ifdef DO_TASK_METRICS
#include <sys/time.h>
struct task_metrics {