arm/csb337/startup/bspstart.c: Ensure bsp_start_default() is static

This commit is contained in:
Joel Sherrill
2014-10-14 11:20:35 -05:00
parent 7ec9bd5917
commit c6120ac243

View File

@@ -37,7 +37,7 @@ void bsp_usart_init(void);
* RESTRICTIONS/LIMITATIONS:
* Since RTEMS is not configured, no RTEMS functions can be called.
*/
void bsp_start_default( void )
static void bsp_start_default( void )
{
/* disable interrupts */
AIC_CTL_REG(AIC_IDCR) = 0xffffffff;