mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
arch: x86: fix Mixed Case errors
Fix for Mixed Case errors reported by the nxstyle tool Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
This commit is contained in:
committed by
Xiang Xiao
parent
a9e2195e65
commit
bc5f0092f1
@@ -230,7 +230,7 @@
|
||||
# define PIC_ICW4_BMODE_SLAVE (2 << PIC_ICW4_BMODE_SHIFT) /* Buffered Mode - Slave */
|
||||
# define PIC_ICW4_BMODE_MSTR (3 << PIC_ICW4_BMODE_SHIFT) /* Buffered Mode - Master */
|
||||
# define PIC_ICW4_AEOI (1 << 1) /* Auto EOI */
|
||||
# define PIC_ICW4_808xMODE (1 << 0) /* 8086/8080 Mode (vs MCS-80/85) */
|
||||
# define PIC_ICW4_808XMODE (1 << 0) /* 8086/8080 Mode (vs MCS-80/85) */
|
||||
|
||||
/* Interrupt Mask Register */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user