This website requires JavaScript.
Explore
Help
Sign In
RIOT-OS
/
RIOT
Watch
1
Star
0
Fork
0
You've already forked RIOT
mirror of
https://github.com/RIOT-OS/RIOT.git
synced
2025-01-18 12:52:44 +01:00
Code
Releases
Activity
edcabf7cb6
RIOT
/
boards
/
olimex_lpc2148
/
include
/
board.h
5 lines
81 B
C
Raw
Normal View
History
Unescape
Escape
fixed missing stdint includes for all platforms * plus some minor include and prototype fixes for wsn430
2013-10-28 23:01:45 +01:00
#
include
<stdint.h>
#
include
"lpc2148.h"
define radiopacket_length_t in board.h
2013-10-20 17:54:31 +02:00
typedef
uint8_t
radio_packet_length_t
;
Copy Permalink