arch/arm/src/samv7: Add support for SAME70 peripheral clocks

This commit is contained in:
Gregory Nutt
2015-11-14 11:41:53 -06:00
parent 0add2b8910
commit 38a3d24706
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -44,6 +44,8 @@
#if defined(CONFIG_ARCH_CHIP_SAMV71)
# include "samv71_periphclks.h"
#if defined(CONFIG_ARCH_CHIP_SAME70)
# include "same70_periphclks.h"
#else
# error Unrecognized SAMV7 architecture
#endif
+1 -1
View File
@@ -1,5 +1,5 @@
/************************************************************************************
* arch/arm/src/samv7/sam4e_periphclks.h
* arch/arm/src/samv7/samv71_periphclks.h
*
* Copyright (C) 2015 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>