Commit 6d0889f5 authored by Federico Vaga's avatar Federico Vaga

wrtd:doc: fix WRTD_ENABLED meaning

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>


NOTE
This commit has been created by `git subtree` on the Mock Turtle repository
on tag mock-turtle-2.0

This commit will not compile
parent db3ded83
......@@ -108,7 +108,7 @@ enum wrtd_trigger_mode {
* structures to pass state information
*/
enum wrtd_io_flags {
WRTD_ENABLED = (1 << 0), /*!< I/O is physically enabled */
WRTD_ENABLED = (1 << 0), /*!< I/O is enabled */
WRTD_TRIGGER_ASSIGNED = (1 << 1), /*!< I/O is has a trigger assigned */
WRTD_LAST_VALID = (1 << 2), /*!< I/O processed at least one pulse.
It's timestamp/ID is in the "last"
......
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