Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of ST_I2S by
Diff: drivers/I2S.cpp
- 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)) {