Adjust some typing in voice_thread.c. Constants are also counts, not sizes.

Change-Id: I05700f6c87c775e98f05323d2ab0550fad8befd7
This commit is contained in:
Michael Sevakis 2012-04-26 15:57:07 -04:00
parent e5c3327cef
commit cfc32fe75f
2 changed files with 21 additions and 17 deletions

View file

@ -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 */