mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 07:12:54 +08:00
Trivial fix of two typos
This commit is contained in:
@@ -50,7 +50,7 @@
|
|||||||
************************************************************************************/
|
************************************************************************************/
|
||||||
|
|
||||||
/* Configuration *********************************************************************/
|
/* Configuration *********************************************************************/
|
||||||
/* Make sure that no unsupported USART, I2C master, or SPI masgter peripherals are
|
/* Make sure that no unsupported USART, I2C master, or SPI master peripherals are
|
||||||
* enabled.
|
* enabled.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@@ -179,7 +179,6 @@
|
|||||||
|
|
||||||
/* Check if we have an I2C device */
|
/* Check if we have an I2C device */
|
||||||
|
|
||||||
|
|
||||||
#undef CONFIG_LPC54_HAVE_I2C_MASTER
|
#undef CONFIG_LPC54_HAVE_I2C_MASTER
|
||||||
#undef HAVE_I2C_MASTER_DEVICE
|
#undef HAVE_I2C_MASTER_DEVICE
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* arch/arm/src/common/sam_mpuinit.c
|
* arch/arm/src/samv7/sam_mpuinit.c
|
||||||
*
|
*
|
||||||
* Copyright (C) 2011, 2013 Gregory Nutt. All rights reserved.
|
* Copyright (C) 2011, 2013 Gregory Nutt. All rights reserved.
|
||||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||||
|
|||||||
Reference in New Issue
Block a user