renesas / fsp

Flexible Software Package (FSP) for Renesas RA MCU Family
https://renesas.github.io/fsp/
Other
182 stars 82 forks source link

IOPORT: Pin config enumerations moved to r_ioport.h #320

Closed GodavarthyAravinda closed 5 months ago

GodavarthyAravinda commented 8 months ago

Issue

The following enums have been moved from r_ioport_api.h to r_ioport.h.

Workaround

Existing projects that use the IOPORT module must be updated to include r_ioport.h so that the required types are in scope.