From 275c55c63ecb352f8f0e791b20256a73675f886e Mon Sep 17 00:00:00 2001 From: Nathael Pajani Date: Tue, 17 May 2016 16:58:56 +0200 Subject: [PATCH] Typo fix in register name and comments update --- include/core/lpc_regs_12xx.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/core/lpc_regs_12xx.h b/include/core/lpc_regs_12xx.h index 0f25770..bd689c1 100644 --- a/include/core/lpc_regs_12xx.h +++ b/include/core/lpc_regs_12xx.h @@ -77,9 +77,9 @@ /***************************************************************************** */ -/* System Control */ +/* System Configuration */ /***************************************************************************** */ -/* System Control (SYSCON) */ +/* System Configuration (SYSCON) */ struct lpc_sys_start_logic_ctrl { volatile uint32_t edge_ctrl; /* 0x00 : edge control Register 0 (R/W) */ @@ -137,7 +137,7 @@ struct lpc_sys_config volatile uint32_t int_nmi_cfg; /* 0x174 : NMI interrupt source configuration control */ uint32_t reserved_10[34]; - struct lpc_sys_start_logic_ctrl start_log_strl[2]; /* 0x200 to 0x20C and 0x210 to 0x21C : + struct lpc_sys_start_logic_ctrl start_log_ctrl[2]; /* 0x200 to 0x20C and 0x210 to 0x21C : Start logic 0 and Start logic 1/peripheral interrupts */ uint32_t reserved_11[4]; -- 2.43.0