1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/saml21/include/saml21_periph.h
2015-06-12 19:10:48 +02:00

35 lines
661 B
C

/*
* Copyright (C) 2015 Kaspar Schleiser <kaspar@schleiser.de>
* 2015 FreshTemp, LLC.
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
*/
/**
* @ingroup cpu_saml21
* @{
*
* @file
* @brief SAML21 IO helper stuff
*
* @author Kaspar Schleiser <kaspar@schleiser.de>
*/
#ifndef SAML21_PERIPH_H
#define SAML21_PERIPH_H
#ifdef __cplusplus
extern "C" {
#endif
#include <stdint.h>
#include "cpu_conf.h"
#include "panic.h"
#ifdef __cplusplus
}
#endif
/** @} */
#endif /* SAML21_PERIPH_H */