mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-17 07:27:34 +08:00
POSIX: HRT: Be more verbose on error
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user