renesas / fsp

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

WDT/IWDT: WDT_STATUS_UNDERFLOW_ERROR renamed to WDT_STATUS_UNDERFLOW #318

Closed GodavarthyAravinda closed 5 months ago

GodavarthyAravinda commented 8 months ago

Issue

The enum wdt_status_t::WDT_STATUS_UNDERFLOW_ERROR has been renamed to wdt_status_t::WDT_STATUS_UNDERFLOW so that it is more consitent with how it is described in MCU user manauls.

Workaround

Existing projects will need to rename all references to wdt_status_t::WDT_STATUS_UNDERFLOW_ERROR