Merge pull request #7038 from haukepetersen/opt_sam0_sam0htovendor

cpu/sam0: move sam0.h to vendor header tree
This commit is contained in:
Martine Lenders 2017-05-11 16:34:14 +02:00 committed by GitHub
commit 044ac554dd
2 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
#define CPU_CONF_H #define CPU_CONF_H
#include "cpu_conf_common.h" #include "cpu_conf_common.h"
#include "sam0.h" #include "vendor/sam0.h"
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {