mirror of
https://github.com/apache/nuttx.git
synced 2026-06-01 16:59:28 +08:00
More trailing whilespace removal
This commit is contained in:
@@ -252,7 +252,6 @@
|
|||||||
|
|
||||||
#define GPDMA_SOFTLBREQ(n) (1 << (n)) /* Bits 0-15: Software last burst request flags for source n */
|
#define GPDMA_SOFTLBREQ(n) (1 << (n)) /* Bits 0-15: Software last burst request flags for source n */
|
||||||
/* Bits 16-31: Reserved */
|
/* Bits 16-31: Reserved */
|
||||||
|
|
||||||
/* DMA Software Last Single Request Register */
|
/* DMA Software Last Single Request Register */
|
||||||
|
|
||||||
#define GPDMA_SOFTLSREQ(n) (1 << (n)) /* Bits 0-15: Software last single burst request flags for source n */
|
#define GPDMA_SOFTLSREQ(n) (1 << (n)) /* Bits 0-15: Software last single burst request flags for source n */
|
||||||
|
|||||||
@@ -46,4 +46,3 @@ z80_saveusercontext.asm, switch
|
|||||||
|
|
||||||
z80_schedulesigaction.c and z80_sigdeliver.c
|
z80_schedulesigaction.c and z80_sigdeliver.c
|
||||||
These files implement Z80 signal handling.
|
These files implement Z80 signal handling.
|
||||||
|
|
||||||
Reference in New Issue
Block a user