cpu/sam0: move sam0.h to vendor header tree

This commit is contained in:
Hauke Petersen 2017-05-11 12:33:22 +02:00
parent 235ef93f00
commit 21d97c6aa7
2 changed files with 1 additions and 1 deletions

View File

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