Merge pull request #648 from cetic/pr-csma-fixes

High throughput fixes for csma and sixlowpan
This commit is contained in:
Nicolas Tsiftes 2014-10-21 12:17:03 +02:00
commit 6fb7dd238e
6 changed files with 91 additions and 41 deletions

View file

@ -109,7 +109,9 @@ packetbuf_attr_t queuebuf_attr(struct queuebuf *b, uint8_t type);
void queuebuf_debug_print(void);
#endif /* QUEUEBUF_H_ */
int queuebuf_numfree(void);
#endif /* __QUEUEBUF_H__ */
/** @} */
/** @} */