POSIX: Silence HRT red herring

This commit is contained in:
Lorenz Meier 2015-07-08 23:30:39 +02:00
parent a45391b244
commit abfb0bbd38
1 changed files with 1 additions and 1 deletions

View File

@ -351,7 +351,7 @@ hrt_call_internal(struct hrt_call *entry, hrt_abstime deadline, hrt_abstime inte
sq_rem(&entry->link, &callout_queue);
}
#if 1
#if 0
// Use this to debug busy CPU that keeps rescheduling with 0 period time
if (interval < HRT_INTERVAL_MIN) {