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
2014-05-16 11:02:06 +02:00

30 lines
481 B
C

/*
* board-conf.h.
*
* This file is subject to the terms and conditions of the GNU Lesser General
* Public License. See the file LICENSE in the top level directory for more
* details.
*/
#ifndef BOARD_CONF_H
#define BOARD_CONF_H
/**
* @ingroup board_z1
*
* @{
*/
/**
* @file
* @brief Zolertia Z1 board configuration macros
*
* @author Kévin Roussel <Kevin.Roussel@inria.fr>
*
*/
#define INFOMEM (0x1000)
/** @} */
#endif /* BOARD-CONF_H */