forked from Imagelibrary/rtems
added return statement to avoid warning.
This commit is contained in:
@@ -43,4 +43,6 @@ rtems_device_driver Spurious_Initialize(
|
||||
|
||||
for ( vector = 0x40 ; vector <= 0xFF ; vector++ )
|
||||
(void) set_vector( Spurious_Isr, vector, 1 );
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user