AdaCore / Ada_Drivers_Library

Ada source code and complete sample GNAT projects for selected bare-board platforms supported by GNAT.
BSD 3-Clause "New" or "Revised" License
236 stars 141 forks source link

Use symbolic interrupt priority for SDMMC. #382

Closed simonjwright closed 3 years ago

simonjwright commented 3 years ago

This completes the change requested in #219, which slipped past!

Fabien-Chouteau commented 3 years ago

Hello @simonjwright, thanks for the contribution.

Looks like you also have to change the code where SDMMC is used:

sdcard.adb:44:59: too few discriminants given in constraint
simonjwright commented 3 years ago

Got it!

Fabien-Chouteau commented 3 years ago

Thank you @simonjwright