mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 23:40:19 +08:00
Fix dangling whitespace at the end of line
This commit is contained in:
committed by
Alin Jerpelea
parent
f1d653c08c
commit
929a4a7278
@@ -514,7 +514,7 @@
|
|||||||
|
|
||||||
/* Interrupt numbers assigned to specific interrupt sources: */
|
/* Interrupt numbers assigned to specific interrupt sources: */
|
||||||
|
|
||||||
#define XTHAL_TIMER_UNCONFIGURED -1 /* REVISIT: should be in hal.h */
|
#define XTHAL_TIMER_UNCONFIGURED -1
|
||||||
#define XCHAL_TIMER0_INTERRUPT 6 /* CCOMPARE0 */
|
#define XCHAL_TIMER0_INTERRUPT 6 /* CCOMPARE0 */
|
||||||
#define XCHAL_TIMER1_INTERRUPT 15 /* CCOMPARE1 */
|
#define XCHAL_TIMER1_INTERRUPT 15 /* CCOMPARE1 */
|
||||||
#define XCHAL_TIMER2_INTERRUPT 16 /* CCOMPARE2 */
|
#define XCHAL_TIMER2_INTERRUPT 16 /* CCOMPARE2 */
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* arch/xtensa/src/esp32s2/hardware/interrupt_reg.h
|
* arch/xtensa/src/esp32s2/hardware/esp32s2_interrupt.h
|
||||||
*
|
*
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* arch/xtensa/src/esp32s2/hardware/esp32s2_timg.h
|
* arch/xtensa/src/esp32s2/hardware/esp32s2_tim.h
|
||||||
*
|
*
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
|
|||||||
Reference in New Issue
Block a user