-
Notifications
You must be signed in to change notification settings - Fork 578
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of http://git.code.sf.net/p/nuttx/git into inte…
…gration
- Loading branch information
Showing
26 changed files
with
2,642 additions
and
229 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/**************************************************************************************** | ||
* arch/arm/src/sam34/chip/sam_eefc.h | ||
* arch/arm/src/sam34/chip/sam3u_eefc.h | ||
* | ||
* Copyright (C) 2009, 2013 Gregory Nutt. All rights reserved. | ||
* Author: Gregory Nutt <[email protected]> | ||
|
@@ -33,8 +33,8 @@ | |
* | ||
****************************************************************************************/ | ||
|
||
#ifndef __ARCH_ARM_SRC_SAM34_CHIP_SAM_EEFC_H | ||
#define __ARCH_ARM_SRC_SAM34_CHIP_SAM_EEFC_H | ||
#ifndef __ARCH_ARM_SRC_SAM34_CHIP_SAM3U_EEFC_H | ||
#define __ARCH_ARM_SRC_SAM34_CHIP_SAM3U_EEFC_H | ||
|
||
/**************************************************************************************** | ||
* Included Files | ||
|
@@ -117,4 +117,4 @@ | |
* Public Functions | ||
****************************************************************************************/ | ||
|
||
#endif /* __ARCH_ARM_SRC_SAM34_CHIP_SAM_EEFC_H */ | ||
#endif /* __ARCH_ARM_SRC_SAM34_CHIP_SAM3U_EEFC_H */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/**************************************************************************************** | ||
* arch/arm/src/sam34/chip/sam_supc.h | ||
* arch/arm/src/sam34/chip/sam3u_supc.h | ||
* | ||
* Copyright (C) 2009, 2013 Gregory Nutt. All rights reserved. | ||
* Author: Gregory Nutt <[email protected]> | ||
|
@@ -33,8 +33,8 @@ | |
* | ||
****************************************************************************************/ | ||
|
||
#ifndef __ARCH_ARM_SRC_SAM34_CHIP_SAM_SUPC_H | ||
#define __ARCH_ARM_SRC_SAM34_CHIP_SAM_SUPC_H | ||
#ifndef __ARCH_ARM_SRC_SAM34_CHIP_SAM3U_SUPC_H | ||
#define __ARCH_ARM_SRC_SAM34_CHIP_SAM3U_SUPC_H | ||
|
||
/**************************************************************************************** | ||
* Included Files | ||
|
@@ -161,4 +161,4 @@ | |
* Public Functions | ||
****************************************************************************************/ | ||
|
||
#endif /* __ARCH_ARM_SRC_SAM34_CHIP_SAM_SUPC_H */ | ||
#endif /* __ARCH_ARM_SRC_SAM34_CHIP_SAM3U_SUPC_H */ |
Oops, something went wrong.