I'm not sure I wan to talk about this, but this might've been the problem.

This commit is contained in:
Stefan `Sec` Zehl 2012-01-04 19:22:02 +01:00
parent 1a61837fa8
commit 701d17e5a1
1 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,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);