Skip to content

Commit

Permalink
fix nxstyle errors and warnings
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Lenc <michallenc@seznam.cz>
  • Loading branch information
michallenc authored and acassis committed Jul 13, 2021
1 parent cafcb05 commit 3d26c3e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions arch/arm/src/imxrt/imxrt_tickless.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

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

Expand Down

0 comments on commit 3d26c3e

Please sign in to comment.