forked from Imagelibrary/rtems
2011-10-07 Ralf Corsépius <ralf.corsepius@rtems.org>
* capture/init.c: Declare notification only if being used.
This commit is contained in:
@@ -37,6 +37,7 @@
|
||||
|
||||
volatile int can_proceed = 1;
|
||||
|
||||
#if !BSP_SMALL_MEMORY
|
||||
static void notification(int fd, int seconds_remaining, void *arg)
|
||||
{
|
||||
printf(
|
||||
@@ -44,6 +45,7 @@ static void notification(int fd, int seconds_remaining, void *arg)
|
||||
seconds_remaining
|
||||
);
|
||||
}
|
||||
#endif
|
||||
|
||||
rtems_task Init(
|
||||
rtems_task_argument ignored
|
||||
|
||||
Reference in New Issue
Block a user