1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/z1/include/board-conf.h

38 lines
558 B
C
Raw Normal View History

2014-02-27 12:48:30 +01:00
/*
* board-conf.h.
*
2014-08-23 15:43:13 +02:00
* 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.
2014-02-27 12:48:30 +01:00
*/
#ifndef BOARD_CONF_H_
#define BOARD_CONF_H_
2014-02-27 12:48:30 +01:00
/**
2015-02-12 13:59:25 +01:00
* @ingroup boards_z1
2014-02-27 12:48:30 +01:00
*
* @{
*/
/**
* @file
* @brief Zolertia Z1 board configuration macros
*
* @author Kévin Roussel <Kevin.Roussel@inria.fr>
*
*/
#ifdef __cplusplus
extern "C" {
#endif
2014-02-27 12:48:30 +01:00
#define INFOMEM (0x1000)
#ifdef __cplusplus
}
#endif
2014-02-27 12:48:30 +01:00
/** @} */
#endif /* BOARD-CONF_H */