pr fix, compiler try4

This commit is contained in:
Gábor Poczkodi 2024-02-28 16:53:08 +01:00
parent 61ac62b1ce
commit 29160e1150

View file

@ -75,8 +75,8 @@ CC1101::CC1101() {
this->clb_[2][1] = 76;
this->clb_[3][0] = 77;
this->clb_[3][1] = 79;
memset(this->pa_table_, 0, sizeof(pa_table_));
memset(this->pa_table_, 0, sizeof(pa_table_));
this->pa_table_[1] = 0xc0;
}