* mouse01/serial_mouse_config.c: Avoid output due to execution context.
This commit is contained in:
Sebastian Huber
2011-05-20 13:47:59 +00:00
parent a8d7e2ab16
commit 4bd005e1c6
2 changed files with 4 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2011-05-20 Sebastian Huber <sebastian.huber@embedded-brains.de>
* mouse01/serial_mouse_config.c: Avoid output due to execution context.
2011-05-20 Sebastian Huber <sebastian.huber@embedded-brains.de> 2011-05-20 Sebastian Huber <sebastian.huber@embedded-brains.de>
* termios08/init.c: Fixed parameter to avoid test failure. * termios08/init.c: Fixed parameter to avoid test failure.

View File

@@ -27,6 +27,5 @@ bool bsp_get_serial_mouse_device(
*name = TERMIOS_TEST_DRIVER_DEVICE_NAME; *name = TERMIOS_TEST_DRIVER_DEVICE_NAME;
*type = Mouse_Type_Short; *type = Mouse_Type_Short;
printf("Mouse Device: name=%s type=%s\n", *name, *type );
return true; return true;
} }