/* * Copyright (C) 2013 Freie Universität Berlin * * This file 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. */ /** * @defgroup boards_olimex_lpc2148 Olimex LPC2148 * @ingroup boards * @brief Support for the Olimex LPC2148 board * @{ * * @file board.h * @brief Basic definitions for the Olimex LPC2148 board * * @author unknown */ #ifndef __OLIMEX_LPC2148_H #define __OLIMEX_LPC2148_H #include #include "lpc2148.h" typedef uint8_t radio_packet_length_t; /** @} */ #endif /* __OLIMEX_LPC2148_H */