Changeset 2dc3399 in rtems
- Timestamp:
- 10/12/11 04:50:34 (11 years ago)
- Branches:
- 4.11, 5, master
- Children:
- 053974f8
- Parents:
- 9ab1039d
- Location:
- cpukit
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/ChangeLog
r9ab1039d r2dc3399 1 2011-10-12 Ralf Corsépius <ralf.corsepius@rtems.org> 2 3 * libmisc/mouse/serial_mouse.c (serial_mouse_initialize): 4 Remove unused var "status" (Avoid warnings). 5 1 6 2011-10-11 Ralf Corsépius <ralf.corsepius@rtems.org> 2 7 -
cpukit/libmisc/mouse/serial_mouse.c
r9ab1039d r2dc3399 56 56 ) 57 57 { 58 bool status; 59 60 status = bsp_get_serial_mouse_device( 58 bsp_get_serial_mouse_device( 61 59 &serial_mouse_device, 62 60 &serial_mouse_type
Note: See TracChangeset
for help on using the changeset viewer.