Skip to content
This repository has been archived by the owner on Jun 27, 2019. It is now read-only.

Release v1_beta7 - 10/09/15

Pre-release
Pre-release
Compare
Choose a tag to compare
@bdilly bdilly released this 09 Oct 21:12
· 1827 commits to master since this release
flow: Fail opening of gpio/reader if no edge mode is set

For plain gpio in C, it might make sense to open them with mode NONE,
but for the node-type it doesn't, as without at least one edge it will
never send any packets.

Signed-off-by: Iván Briano <ivan.briano@intel.com>