commit | dbba22397c439ff4675de61407635ae4b5e5ac38 | [log] [tgz] |
---|---|---|
author | Anders Pitman <tapitman11@gmail.com> | Fri Nov 24 15:16:57 2017 -0700 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Mon Jan 29 10:23:36 2018 +0100 |
tree | f3a19e867c017d3ad3e46d59f763ec1591d76a0f | |
parent | de713534b653b17136d0e405c17fa46c71aa4d9b [diff] |
samples: button: Fix button sample GPIO for nRF52 Applies to #4008 and #5159 for this board. Problem is that the button interrupt callback was only firing once. Solution is to set the pin pull up flag to GPIO_PUD_PULL_UP. Signed-off-by: Anders Pitman <tapitman11@gmail.com> Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>