Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
11809ee5
Commit
11809ee5
authored
Nov 30, 2013
by
Damien
Browse files
stm: disable audio function in systick.
parent
81cc0e8f
Changes
1
Hide whitespace changes
Inline
Side-by-side
stm/systick.c
View file @
11809ee5
...
...
@@ -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
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment