Quentin Roche / ST_I2S

Dependents:   X_NUCLEO_CCA02M1

Fork of ST_I2S by ST

Revision:
22:e04af8667cad
Parent:
19:ef6ef1795e30
Child:
25:bc19a42307ae
--- a/drivers/I2S.cpp	Mon Jan 30 15:13:59 2017 +0100
+++ b/drivers/I2S.cpp	Tue Jan 31 11:30:06 2017 +0100
@@ -173,7 +173,7 @@
     return i2s_get_module(&_i2s);
 }
 
-int I2S::set_dma_priority(i2s_dma_prio_t prio)
+int I2S::dma_priority(i2s_dma_prio_t prio)
 {
     lock();
     if (i2s_active(&_i2s)) {