fix nxstyle errors and warnings
Signed-off-by: Michal Lenc <michallenc@seznam.cz>
This commit is contained in:
parent
cafcb0508f
commit
3d26c3efb6
@ -204,7 +204,6 @@ static void imxrt_interval_handler(void)
|
||||
static void imxrt_timing_handler(void)
|
||||
{
|
||||
g_tickless.overflow++;
|
||||
uint32_t regval;
|
||||
|
||||
/* Clear interrupt bit */
|
||||
|
||||
@ -219,10 +218,11 @@ static void imxrt_timing_handler(void)
|
||||
* interrupt and fires the appropriate handler.
|
||||
*
|
||||
* Input Parameters:
|
||||
* None
|
||||
* irq - Number of the IRQ that generated the interrupt
|
||||
* context - Interrupt register state save info (architecture-specific)
|
||||
*
|
||||
* Returned Value:
|
||||
* None
|
||||
* OK on success
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user