1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #7344 from smlng/board/cc2650stk/fix_button_config

Board, cc2650stk: fix button config
This commit is contained in:
Peter Kietzmann 2017-07-11 13:46:54 +02:00 committed by GitHub
commit 998f811d1f

View File

@ -40,9 +40,9 @@ extern "C" {
* @{
*/
#define BTN0_PIN GPIO_PIN(0, 4)
#define BTN0_MODE GPIO_IN
#define BTN0_MODE GPIO_IN_PU
#define BTN1_PIN GPIO_PIN(0, 0)
#define BTN1_MODE GPIO_IN
#define BTN1_MODE GPIO_IN_PU
/** @} */
/**