mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-12-15 07:53:17 -05:00
parent
61dc8a0225
commit
999f9e2ded
2 changed files with 1 additions and 2 deletions
|
|
@ -203,7 +203,6 @@ void init_audio_out() {
|
|||
// LPC_GPDMA->SYNC |= (1 << gpdma_tx_peripheral);
|
||||
configure_tx();
|
||||
enable_tx();
|
||||
nvicEnableVector(DMA_IRQn, CORTEX_PRIORITY_MASK(LPC_DMA_IRQ_PRIORITY));
|
||||
}
|
||||
|
||||
void init_audio_in() {
|
||||
|
|
@ -211,7 +210,6 @@ void init_audio_in() {
|
|||
// LPC_GPDMA->SYNC |= (1 << gpdma_rx_peripheral);
|
||||
configure_rx();
|
||||
enable_rx();
|
||||
nvicEnableVector(DMA_IRQn, CORTEX_PRIORITY_MASK(LPC_DMA_IRQ_PRIORITY));
|
||||
}
|
||||
|
||||
void disable() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue