Update some comments

This commit is contained in:
Gregory Nutt 2017-03-14 11:16:35 -06:00
parent 4a93b0dc0c
commit c97581e99b
2 changed files with 1 additions and 2 deletions

View File

@ -52,7 +52,7 @@
/* If the common ARMv7-M vector handling logic is used, then it expects the /* If the common ARMv7-M vector handling logic is used, then it expects the
* following definition in this file that provides the number of supported external * following definition in this file that provides the number of supported external
* interrupts which, for this architecture, is provided in the arch/stm32f7/chip.h * interrupts which, for this architecture, is provided in the arch/kinetis/chip.h
* header file. * header file.
*/ */

View File

@ -1,6 +1,5 @@
/**************************************************************************** /****************************************************************************
* arch/arm/src/kinetis/kinetis_clrpend.c * arch/arm/src/kinetis/kinetis_clrpend.c
* arch/arm/src/chip/kinetis_clrpend.c
* *
* Copyright (C) 2011 Gregory Nutt. All rights reserved. * Copyright (C) 2011 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org> * Author: Gregory Nutt <gnutt@nuttx.org>