1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-24 14:03:55 +01:00

Fixed error caused by non-inclusion of cc2420_txrx() prototype

This commit is contained in:
Kévin Roussel 2014-04-09 10:33:41 +02:00
parent 7fe9a8db39
commit 7de076efb2

View File

@ -16,6 +16,7 @@
#include "crash.h"
#include "cc2420.h"
#include "cc2420_arch.h"
#define ENABLE_DEBUG (1)
#include "debug.h"
@ -100,7 +101,7 @@ int cc2420_get_fifop(void)
return CC2420_FIFOP;
}
int cc2420_get_sfd(void)
uint8_t cc2420_get_sfd(void)
{
return CC2420_SFD;
}