Changeset 16b1599f in rtems
- Timestamp:
- 10/07/11 09:39:53 (11 years ago)
- Branches:
- 4.11, 5, master
- Children:
- 7eb31ec9
- Parents:
- da30d6c0
- Location:
- testsuites/samples
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
testsuites/samples/ChangeLog
rda30d6c0 r16b1599f 1 2011-10-07 Ralf Corsépius <ralf.corsepius@rtems.org> 2 3 * capture/init.c: Declare notification only if being used. 4 1 5 2011-09-30 Ralf Corsépius <ralf.corsepius@rtems.org> 2 6 -
testsuites/samples/capture/init.c
rda30d6c0 r16b1599f 38 38 volatile int can_proceed = 1; 39 39 40 #if !BSP_SMALL_MEMORY 40 41 static void notification(int fd, int seconds_remaining, void *arg) 41 42 { … … 45 46 ); 46 47 } 48 #endif 47 49 48 50 rtems_task Init(
Note: See TracChangeset
for help on using the changeset viewer.