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

added the missing define for radio_packet_length_t on econotag

This commit is contained in:
Oleg Hahm 2014-01-23 15:47:53 +01:00
parent 7f69a6a122
commit e17666c326

View File

@ -25,5 +25,7 @@
#define IBIAS 0x1f
#define FTUNE 0x7
typedef uint8_t radio_packet_length_t;
#endif