diff options
| author | Damien | 2013-11-30 15:02:49 +0000 |
|---|---|---|
| committer | Damien | 2013-11-30 15:02:49 +0000 |
| commit | 11809ee5d4d6fa377c9c6fd96903eeeaa188f969 (patch) | |
| tree | cfbae523f24686303bf2cad3b608aed95486ef4c /stm | |
| parent | 81cc0e8f00caaca3230a93bb41f4517103754127 (diff) | |
stm: disable audio function in systick.
Diffstat (limited to 'stm')
| -rw-r--r-- | stm/systick.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stm/systick.c b/stm/systick.c index 1979ea7e0..fb872ac9d 100644 --- a/stm/systick.c +++ b/stm/systick.c @@ -15,8 +15,8 @@ void sys_tick_init(void) { void SysTick_Handler(void) { sys_tick_counter++; // hack! - void audio_drain(void); - audio_drain(); + //void audio_drain(void); + //audio_drain(); } void sys_tick_delay_ms(uint32_t delay_ms) { |
