Skip to content
Snippets Groups Projects
Commit eb282c90 authored by Edward Longman's avatar Edward Longman
Browse files

Add initialisation of range extender

parent 30ce4136
Branches slow-lib-int
No related tags found
No related merge requests found
...@@ -200,6 +200,12 @@ void main (void) ...@@ -200,6 +200,12 @@ void main (void)
trx16BitRegAccess(RADIO_WRITE_ACCESS, 0x2F , (0xFF & preferredSettings[i].addr), trx16BitRegAccess(RADIO_WRITE_ACCESS, 0x2F , (0xFF & preferredSettings[i].addr),
&writeByte, 1); &writeByte, 1);
} }
}
NOP();
NOP();
/* enable range extender */
range_extender_init();
while(1) while(1)
{ {
hal_timer_wait(0x0190); hal_timer_wait(0x0190);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment