fix nxstyle errors and warnings

Signed-off-by: Michal Lenc <michallenc@seznam.cz>
This commit is contained in:
Michal Lenc 2021-07-12 20:20:12 +02:00 committed by Alan Carvalho de Assis
parent cafcb0508f
commit 3d26c3efb6

View File

@ -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
*
****************************************************************************/