'free_packet' in csma.c conflicted with 'free_packet' in maca.c
This commit is contained in:
parent
648d3576a0
commit
4493783ce9
8 changed files with 10 additions and 10 deletions
|
@ -87,7 +87,7 @@ void main(void) {
|
|||
/* print and free the packet */
|
||||
printf("rftest-rx --- ");
|
||||
print_packet(p);
|
||||
free_packet(p);
|
||||
maca_free_packet(p);
|
||||
}
|
||||
|
||||
if(uart1_can_get()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue