boards/mips/pic32mz/pic32mz-starterkit/src/pic32mz_userleds.c: Use the pinset_t type when manipulating IOs.
This commit is contained in:
parent
fd1b82ae4b
commit
54e09340d5
@ -76,7 +76,7 @@
|
||||
* to the correct LED pin configuration.
|
||||
*/
|
||||
|
||||
static const uint16_t g_ledpincfg[PIC32MZ_STARTERKIT_NLEDS] =
|
||||
static const pinset_t g_ledpincfg[PIC32MZ_STARTERKIT_NLEDS] =
|
||||
{
|
||||
GPIO_LED_1, GPIO_LED_2, GPIO_LED_3
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user