Add missing variable name to dma's function
This commit is contained in:
parent
5ddcf4b15e
commit
bd15878cb5
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user