Changeset 243b1cc in rtems
- Timestamp:
- 10/26/11 14:05:32 (12 years ago)
- Branches:
- 4.11, 5, master
- Children:
- f282566
- Parents:
- 27620f44
- Location:
- cpukit
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/ChangeLog
r27620f44 r243b1cc 1 2011-10-26 Ralf Corsépius <ralf.corsepius@rtems.org> 2 3 * libmisc/monitor/mon-monitor.c (rtems_monitor_wakeup): 4 Remove unused var "status" (Avoid warning). 5 1 6 2011-10-26 Sebastian Huber <sebastian.huber@embedded-brains.de> 2 7 -
cpukit/libmisc/monitor/mon-monitor.c
r27620f44 r243b1cc 296 296 rtems_monitor_wakeup(void) 297 297 { 298 rtems_status_code status; 299 300 status = rtems_event_send(rtems_monitor_task_id, MONITOR_WAKEUP_EVENT); 298 rtems_event_send(rtems_monitor_task_id, MONITOR_WAKEUP_EVENT); 301 299 } 302 300
Note: See TracChangeset
for help on using the changeset viewer.