Add missing variable name to dma's function

This commit is contained in:
Steins7 2024-10-21 17:07:02 +02:00
parent 5ddcf4b15e
commit bd15878cb5

View File

@ -96,7 +96,7 @@ enum DmaIRQSource {
/**
* Prototype of the IRQ callbacks that the applicative code can provide
*/
typedef void (*DmaCallback)(enum DmaIRQSource, volatile void* param);
typedef void (*DmaCallback)(enum DmaIRQSource src, volatile void* param);
/**
* Generic struct used to share DAM configs between peripheral drivers and