Message ID | 20210111133426.22040-6-brgl@bgdev.pl |
---|---|
State | New |
Headers | show |
Series | treewide: remove more cruft and | expand |
diff --git a/bindings/cxx/line.cpp b/bindings/cxx/line.cpp index 04b15f7..cb9b6dc 100644 --- a/bindings/cxx/line.cpp +++ b/bindings/cxx/line.cpp @@ -20,10 +20,10 @@ const ::std::map<int, int> drive_mapping = { }; const ::std::map<int, int> bias_mapping = { + { GPIOD_LINE_BIAS_NONE, line::BIAS_NONE, }, + { GPIOD_LINE_BIAS_DISABLE, line::BIAS_DISABLE, }, { GPIOD_LINE_BIAS_PULL_UP, line::BIAS_PULL_UP, }, { GPIOD_LINE_BIAS_PULL_DOWN, line::BIAS_PULL_DOWN, }, - { GPIOD_LINE_BIAS_DISABLE, line::BIAS_DISABLE, }, - { GPIOD_LINE_BIAS_NONE, line::BIAS_NONE, }, }; } /* namespace */