I'm not sure I wan to talk about this, but this might've been the problem.
This commit is contained in:
parent
1a61837fa8
commit
701d17e5a1
|
@ -211,7 +211,7 @@ static inline uint32_t popcount(uint32_t *buf, uint8_t n){
|
||||||
|
|
||||||
uint8_t mesh_recvqloop_work(void){
|
uint8_t mesh_recvqloop_work(void){
|
||||||
__attribute__ ((aligned (4))) uint8_t buf[32];
|
__attribute__ ((aligned (4))) uint8_t buf[32];
|
||||||
unsigned int len;
|
signed int len;
|
||||||
|
|
||||||
len=nrf_rcv_pkt_poll_dec(sizeof(buf),buf,NULL);
|
len=nrf_rcv_pkt_poll_dec(sizeof(buf),buf,NULL);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue