mirror of
https://github.com/esphome/esphome.git
synced 2024-11-24 07:58:09 +01:00
pr fix, compiler try4
This commit is contained in:
parent
61ac62b1ce
commit
29160e1150
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue