Commit 537cbf5a authored by Tristan Gingold's avatar Tristan Gingold

wrtd-rt-fd.c: work-around: disable promisc_log (interferes with sync messages).

parent 425eb0a8
......@@ -617,7 +617,10 @@ static void filter_trigger(struct wrtd_trigger_entry *trig)
struct wrtd_out_trigger *ent = rtfd_trigger_entry_find(&trig->id);
int j;
#if 0
// Not yet enabled as it can be sent asynchronously with rt msgs
log_trigger(WRTD_LOG_PROMISC, 0, NULL, trig);
#endif
wrtd_out_device.last_received = *trig;
pr_debug("%s:%d Trigger %"PRId32":%"PRId32":%"PRId32" - entry %p\n\r",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment