forked from Imagelibrary/rtems
2009-12-07 Ralf Corsépius <ralf.corsepius@rtems.org>
* console/console.c (nds_write): Adjust prototype.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2009-12-07 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* console/console.c (nds_write): Adjust prototype.
|
||||
|
||||
2009-12-07 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* dswifi/arm7/source/wifi_arm7.c, dswifi/arm7/source/wifi_arm7.h,
|
||||
|
||||
@@ -72,7 +72,7 @@ BSP_polling_getchar_function_type BSP_poll_char =
|
||||
*/
|
||||
|
||||
static int
|
||||
nds_write (rtems_device_minor_number minor, const char *buf, int len)
|
||||
nds_write (int minor, const char *buf, int len)
|
||||
{
|
||||
int count;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user