A couple of minor fixes to the bindings examples. Noticed the python one in passing, and fixed that, then checked the other bindings to see if they had the same problem. The rust example is ok, but the cxx example has the same issue, so fixed that as well. The checkin comments are virtually identical, as they fix the same thing for each of the bindings, but the alternative of combining them in one patch seemed weird. Cheers, Kent. Kent Gibson (2): bindings: python: examples: fix potential glitch in gpioset.py bindings: cxx: examples: fix potential glitch in gpiosetcxx bindings/cxx/examples/gpiosetcxx.cpp | 25 ++++++++++--------------- bindings/python/examples/gpioset.py | 10 +++++----- 2 files changed, 15 insertions(+), 20 deletions(-) -- 2.40.1