Skip to content
Snippets Groups Projects
Commit a2041ec6 authored by Colin Wulf's avatar Colin Wulf
Browse files

dw1000: added receiver auto-reenable

parent 5344db02
No related branches found
No related tags found
No related merge requests found
......@@ -192,6 +192,8 @@ int dw1000_configure(dwt_config_t *config, uint8_t use_otpconfigvalues) {
dw1000local.sysCFGreg |= (SYS_CFG_PHR_MODE_11 & (config->phrMode << 16)); //Set to enable PhyHdr for long frames
dw1000local.sysCFGreg |= (1 << 29); //RXAUTR
dw1000Hal_writeRegister(SYS_CFG_ID, (uint8_t *) &dw1000local.sysCFGreg,
SYS_CFG_LEN);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment