Commit 9b3ae7e6 authored by Clare Yu's avatar Clare Yu

Update dlsch_scrambling.c

parent 7d88acc8
......@@ -243,15 +243,4 @@ void init_unscrambling_lut(void) {
}
}
void init_scrambling_lut() {
uint32_t s;
int i=0,j;
for (s=0;s<=65535;s++) {
for (j=0;j<16;j++) {
scrambling_lut[i++] = (uint8_t)((s>>j)&1);
}
}
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment