Trivial fix of two typos

This commit is contained in:
Gregory Nutt 2018-03-13 16:39:36 -06:00
parent 149f3bd471
commit 5f0af167df
2 changed files with 2 additions and 3 deletions

View File

@ -50,7 +50,7 @@
************************************************************************************/
/* 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.
*/
@ -179,7 +179,6 @@
/* Check if we have an I2C device */
#undef CONFIG_LPC54_HAVE_I2C_MASTER
#undef HAVE_I2C_MASTER_DEVICE

View File

@ -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.
* Author: Gregory Nutt <gnutt@nuttx.org>