mirror of
https://github.com/apache/nuttx.git
synced 2026-05-30 21:36:28 +08:00
fix nxstyle errors and warnings
Signed-off-by: Michal Lenc <michallenc@seznam.cz>
This commit is contained in:
committed by
Alan Carvalho de Assis
parent
cafcb0508f
commit
3d26c3efb6
@@ -204,7 +204,6 @@ static void imxrt_interval_handler(void)
|
|||||||
static void imxrt_timing_handler(void)
|
static void imxrt_timing_handler(void)
|
||||||
{
|
{
|
||||||
g_tickless.overflow++;
|
g_tickless.overflow++;
|
||||||
uint32_t regval;
|
|
||||||
|
|
||||||
/* Clear interrupt bit */
|
/* Clear interrupt bit */
|
||||||
|
|
||||||
@@ -219,10 +218,11 @@ static void imxrt_timing_handler(void)
|
|||||||
* interrupt and fires the appropriate handler.
|
* interrupt and fires the appropriate handler.
|
||||||
*
|
*
|
||||||
* Input Parameters:
|
* Input Parameters:
|
||||||
* None
|
* irq - Number of the IRQ that generated the interrupt
|
||||||
|
* context - Interrupt register state save info (architecture-specific)
|
||||||
*
|
*
|
||||||
* Returned Value:
|
* Returned Value:
|
||||||
* None
|
* OK on success
|
||||||
*
|
*
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user