POSIX: HRT: Be more verbose on error

This commit is contained in:
Lorenz Meier
2015-07-05 13:46:49 +02:00
parent 10a77a1513
commit f689321ded
+1 -1
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 0
#if 1
// Use this to debug busy CPU that keeps rescheduling with 0 period time
if (interval < HRT_INTERVAL_MIN) {