From 29160e11504718ae84408ae3d51838a52247dd86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Poczkodi?= Date: Wed, 28 Feb 2024 16:53:08 +0100 Subject: [PATCH] pr fix, compiler try4 --- esphome/components/cc1101/cc1101.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/esphome/components/cc1101/cc1101.cpp b/esphome/components/cc1101/cc1101.cpp index f51e2bcd10..3cc739a16e 100644 --- a/esphome/components/cc1101/cc1101.cpp +++ b/esphome/components/cc1101/cc1101.cpp @@ -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; }