mirror of
https://github.com/apache/nuttx.git
synced 2026-08-19 04:28:21 +00:00
fix nxstyle errors and warnings
Signed-off-by: Michal Lenc <michallenc@seznam.cz>
This commit is contained in:
parent
cafcb0508f
commit
3d26c3efb6
1 changed files with 3 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue