freedom-k64f: Declare missing NUM_BUTTONS
Change-Id: I99429d0e6d8bccc18358465eb192e739bf82881a Forwarded: https://github.com/apache/incubator-nuttx/pull/1968 Signed-off-by: Philippe Coval <rzr@users.sf.net>
This commit is contained in:
parent
718d928342
commit
0081b75d20
@ -226,6 +226,7 @@
|
||||
|
||||
#define BUTTON_SW2 0
|
||||
#define BUTTON_SW3 1
|
||||
#define NUM_BUTTONS 2
|
||||
|
||||
#define BUTTON_SW2_BIT (1 << BUTTON_SW2)
|
||||
#define BUTTON_SW3_BIT (1 << BUTTON_SW3)
|
||||
|
Loading…
Reference in New Issue
Block a user