forked from Imagelibrary/rtems
Changed prototype for console_write_support to eliminate a warning.
This commit is contained in:
@@ -91,7 +91,11 @@ void DEBUG_puts(
|
||||
*
|
||||
*/
|
||||
|
||||
int console_write_support (int minor, const void *bufarg, int len)
|
||||
int console_write_support (
|
||||
int minor,
|
||||
const char *bufarg,
|
||||
int len
|
||||
)
|
||||
{
|
||||
int nwrite = 0;
|
||||
const char *buf = bufarg;
|
||||
|
||||
Reference in New Issue
Block a user