libdigiapix: ccmp15: fix user LED and buttons

Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
This commit is contained in:
Arturo Buzarra 2022-07-11 13:37:33 +02:00
parent 69e961b857
commit 64b965637c
1 changed files with 4 additions and 4 deletions

View File

@ -3,11 +3,11 @@ model = Digi International ConnectCore MP15 DVK.
[GPIO]
# USER LED
USER_LED = gpioa,15
# USER LED (ULED)
USER_LED = GPIOC,8
# USER BUTTON (EXP_GPIO_1)
USER_BUTTON = gpioa,13
# USER BUTTON (USER_1)
USER_BUTTON = GPIOA,13
[I2C]