Correction of HAL for CC2420 on concerned boards
This commit is contained in:
parent
165e5ee52f
commit
e77a3b0e56
@ -96,7 +96,7 @@ int cc2420_get_gio1(void)
|
|||||||
return CC2420_GIO1;
|
return CC2420_GIO1;
|
||||||
}
|
}
|
||||||
|
|
||||||
int cc2420_get_fifop(void)
|
uint8_t cc2420_get_fifop(void)
|
||||||
{
|
{
|
||||||
return CC2420_FIFOP;
|
return CC2420_FIFOP;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -104,6 +104,11 @@ uint8_t cc2420_get_sfd(void)
|
|||||||
return CC2420_SFD;
|
return CC2420_SFD;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
uint8_t cc2420_get_fifop(void)
|
||||||
|
{
|
||||||
|
return CC2420_GDO2;
|
||||||
|
}
|
||||||
|
|
||||||
uint8_t cc2420_get_cca(void)
|
uint8_t cc2420_get_cca(void)
|
||||||
{
|
{
|
||||||
uint8_t status;
|
uint8_t status;
|
||||||
|
|||||||
@ -111,7 +111,7 @@ int cc2420_get_gio1(void)
|
|||||||
return CC2420_GIO1;
|
return CC2420_GIO1;
|
||||||
}
|
}
|
||||||
|
|
||||||
int cc2420_get_fifop(void)
|
uint8_t cc2420_get_fifop(void)
|
||||||
{
|
{
|
||||||
return CC2420_FIFOP;
|
return CC2420_FIFOP;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user