CommunityGD32Cores / ArduinoCore-GD32

Arduino core for GD32 devices, community developed, based on original GigaDevice's core
Other
85 stars 33 forks source link

Remove unneeded define #127

Closed bmourit closed 1 month ago

bmourit commented 1 month ago

This removes the comment and subsequent define for RTC_ALARM_IRQn, which is no longer needed, and the core itself has adopted the RTC_AlarmHandler, rather than the stated 'ALARM'. The various versions of GD32F30X(HD/XD/CL) appear to all be consistent in their RTC IRQ defines at this time.

maxgerhardt commented 1 month ago

Agreed.