From cfc32fe75f51f4feef4d4308220f46c56bceefa3 Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Thu, 26 Apr 2012 15:57:07 -0400 Subject: Adjust some typing in voice_thread.c. Constants are also counts, not sizes. Change-Id: I05700f6c87c775e98f05323d2ab0550fad8befd7 --- apps/voice_thread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/voice_thread.h') diff --git a/apps/voice_thread.h b/apps/voice_thread.h index 4e4af1f..e886304 100644 --- a/apps/voice_thread.h +++ b/apps/voice_thread.h @@ -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 */ -- cgit v1.1