mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Adjust some typing in voice_thread.c. Constants are also counts, not sizes.
Change-Id: I05700f6c87c775e98f05323d2ab0550fad8befd7
This commit is contained in:
parent
e5c3327cef
commit
cfc32fe75f
2 changed files with 21 additions and 17 deletions
|
@ -39,6 +39,6 @@ void voice_thread_init(void) INIT_ATTR;
|
|||
void voice_thread_set_priority(int priority);
|
||||
#endif
|
||||
|
||||
size_t voicebuf_init(unsigned char *bufend);
|
||||
size_t voicebuf_init(void *bufend);
|
||||
|
||||
#endif /* VOICE_THREAD_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue