renesas / fsp

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

CAC: API read function argument type change #321

Closed GodavarthyAravinda closed 5 months ago

GodavarthyAravinda commented 8 months ago

Issue

The p_counter argument to cac_api_t::read has been changed from a uint16_t to a uint32_t .

Workaround

Existing projects that use the CAC module must be updated to pass in a uint32_t *.