mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-02-21 06:07:10 +08:00
[bsp][nxp][frdm-mcxn236] fix SW btn
This is the SW2 button, a.k.a wakeup button on the board. Another choice is SW3 a.k.a ISP button which is connected to P0_6.
This commit is contained in:
parent
0f8f0620c3
commit
63578802b9
@ -17,7 +17,7 @@
|
||||
#include "drv_pin.h"
|
||||
|
||||
#define LEDB_PIN ((4*32)+18)
|
||||
#define BUTTON_PIN ((0*32)+23)
|
||||
#define BUTTON_PIN ((0*32)+20)
|
||||
|
||||
static void sw_pin_cb(void *args);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user