2014-11-20 17:54:02 +01:00
|
|
|
/*
|
|
|
|
* Copyright (C) 2014 INRIA
|
|
|
|
*
|
|
|
|
* 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 boards_wsn430-common
|
|
|
|
* @{
|
|
|
|
*
|
|
|
|
* @file
|
|
|
|
* @brief WSN30 peripheral configuration
|
|
|
|
*
|
|
|
|
* @author Oliver Hahm <oliver.hahm@inria.fr>
|
|
|
|
*/
|
|
|
|
|
2015-04-23 05:00:54 +02:00
|
|
|
#ifndef PERIPH_CONF_H_
|
|
|
|
#define PERIPH_CONF_H_
|
2014-11-20 17:54:02 +01:00
|
|
|
|
2014-11-25 15:37:21 +01:00
|
|
|
/* make Travis happy: #ifdef __cplusplus extern "C" { #endif */
|
|
|
|
|
2015-04-23 05:00:54 +02:00
|
|
|
#endif /* PERIPH_CONF_H_ */
|