Skip to content

Commit 1955adb

Browse files
committed
codal_app/microbithal: Fix define of MICROBIT_HAL_PIN_P11 to be 11.
Fixes issue #136. Signed-off-by: Damien George <[email protected]>
1 parent e4321a8 commit 1955adb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/codal_app/microbithal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ extern "C" {
5151
#define MICROBIT_HAL_PIN_P8 (8)
5252
#define MICROBIT_HAL_PIN_P9 (9)
5353
#define MICROBIT_HAL_PIN_P10 (10)
54-
#define MICROBIT_HAL_PIN_P11 (12)
54+
#define MICROBIT_HAL_PIN_P11 (11)
5555
#define MICROBIT_HAL_PIN_P12 (12)
5656
#define MICROBIT_HAL_PIN_P13 (13)
5757
#define MICROBIT_HAL_PIN_P14 (14)

0 commit comments

Comments
 (0)