CommunityGD32Cores / ArduinoCore-GD32

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

Remove unneeded define #127

Closed bmourit closed 6 months ago

bmourit commented 6 months 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 6 months ago

Agreed.