Merge branch 'master' into meshdebug

This commit is contained in:
Stefan `Sec` Zehl 2012-01-04 19:23:13 +01:00
commit cbb698e11c
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@ static inline uint32_t popcount(uint32_t *buf, uint8_t n){
uint8_t mesh_recvqloop_work(void){
__attribute__ ((aligned (4))) uint8_t buf[32];
unsigned int len;
signed int len;
len=nrf_rcv_pkt_poll_dec(sizeof(buf),buf,NULL);