mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 06:42:32 +08:00
Fix typos in comments and Kconfig files
Signed-off-by: Juha Niskanen <juha.niskanen@haltian.com>
This commit is contained in:
committed by
Xiang Xiao
parent
1e83c83bf3
commit
422ceec99b
@@ -48,7 +48,7 @@
|
||||
#endif
|
||||
|
||||
/* SRAM Timing
|
||||
* REVIST:
|
||||
* REVISIT:
|
||||
* These were ported from the STM3240G-EVAL and have not been verified on
|
||||
* this platform.
|
||||
*/
|
||||
|
||||
@@ -177,7 +177,7 @@ static void stm32_extmemgpios(const uint16_t *gpios, int ngpios);
|
||||
|
||||
const uint16_t fsmc_gpios[] =
|
||||
{
|
||||
/* A16... A23. REVIST: only A16 is used by the LCD */
|
||||
/* A16... A23. REVISIT: only A16 is used by the LCD */
|
||||
|
||||
GPIO_NPS_A16, GPIO_NPS_A17, GPIO_NPS_A18, GPIO_NPS_A19, GPIO_NPS_A20,
|
||||
GPIO_NPS_A21, GPIO_NPS_A22, GPIO_NPS_A23,
|
||||
|
||||
Reference in New Issue
Block a user