mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
board, cc2650stk: fix button gpio config
This commit is contained in:
parent
d014af8fa8
commit
c783f00e9d
@ -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
|
||||
/** @} */
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user