Back out a bad change in the last commit + add missing SAM4S Xplained Pro file

This commit is contained in:
Gregory Nutt 2014-04-22 11:04:31 -06:00
parent 6e94a4e1e2
commit 6e72b0fb0f

View File

@ -129,15 +129,15 @@ int up_timerisr(int irq, uint32_t *regs)
}
/****************************************************************************
* Function: up_timerinitialize
* Function: up_timerinit
*
* Description:
* This function is called during start-up to initialize
* the timer interrupt.
* This function is called during start-up to initialize the timer
* interrupt.
*
****************************************************************************/
void up_timerinitialize(void)
void up_timerinit(void)
{
uint32_t regval;