1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-21 04:23:50 +01:00

Merge pull request #552 from OlegHahm/radio_packet_length_t_for_econotag

added the missing define for radio_packet_length_t on econotag
This commit is contained in:
Thomas Eichinger 2014-01-29 03:06:01 -08:00
commit 4fc28f3121

View File

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