2010-06-21 Joel Sherrill <joel.sherrill@oarcorp.com>

* sp09/screen01.c: Fix warning.
This commit is contained in:
Joel Sherrill
2010-06-21 22:47:59 +00:00
parent 5e4e13f91f
commit d7b34ee4df
2 changed files with 4 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2010-06-21 Joel Sherrill <joel.sherrill@oarcorp.com>
* sp09/screen01.c: Fix warning.
2010-06-20 Joel Sherrill <joel.sherrill@oarcorp.com>
* spfifo08/init.c: Catch more cases but discussion on errors and proper

View File

@@ -17,7 +17,6 @@
void Screen1()
{
uint32_t notepad_value;
rtems_name task_name;
rtems_id self_id;
rtems_task_priority previous_priority;
rtems_status_code status;