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

31 lines
516 B
C
Raw Normal View History

/**
* @defgroup boards_pttu PTTU
* @ingroup boards
* @brief Support for the PTTU board
* @{
*
* @file
* @brief Basic definitions for the PTTU board
*
* @author Kaspar Schleiser <kaspar@schleiser.de>
*/
#ifndef __BOARD_H
#define __BOARD_H
2014-01-20 19:39:00 +01:00
#include <stdint.h>
2013-12-16 17:54:58 +01:00
#include "lpc2387.h"
#include "cpu-conf.h"
#define VICIntEnClear VICIntEnClr
void init_clks1(void);
void init_clks2(void);
void bl_init_clks(void);
2013-10-20 17:54:31 +02:00
typedef uint8_t radio_packet_length_t;
/** @} */
#endif // __BOARD_H