[STM32WLx] Fixed end of table macro (CI_BUILD_ALL)
This commit is contained in:
parent
ed4fc84a70
commit
ead59223fa
4 changed files with 4 additions and 4 deletions
|
@ -39,7 +39,7 @@ static const Module::RfSwitchMode_t rfswitch_table[] = {
|
|||
{STM32WLx::MODE_RX, {HIGH, HIGH, LOW}},
|
||||
{STM32WLx::MODE_TX_LP, {HIGH, HIGH, HIGH}},
|
||||
{STM32WLx::MODE_TX_HP, {HIGH, LOW, HIGH}},
|
||||
STM32WLx::END_OF_MODE_TABLE,
|
||||
END_OF_MODE_TABLE,
|
||||
};
|
||||
|
||||
void setup() {
|
||||
|
|
|
@ -38,7 +38,7 @@ static const Module::RfSwitchMode_t rfswitch_table[] = {
|
|||
{STM32WLx::MODE_RX, {HIGH, HIGH, LOW}},
|
||||
{STM32WLx::MODE_TX_LP, {HIGH, HIGH, HIGH}},
|
||||
{STM32WLx::MODE_TX_HP, {HIGH, LOW, HIGH}},
|
||||
STM32WLx::END_OF_MODE_TABLE,
|
||||
END_OF_MODE_TABLE,
|
||||
};
|
||||
|
||||
void setup() {
|
||||
|
|
|
@ -35,7 +35,7 @@ static const Module::RfSwitchMode_t rfswitch_table[] = {
|
|||
{STM32WLx::MODE_RX, {HIGH, HIGH, LOW}},
|
||||
{STM32WLx::MODE_TX_LP, {HIGH, HIGH, HIGH}},
|
||||
{STM32WLx::MODE_TX_HP, {HIGH, LOW, HIGH}},
|
||||
STM32WLx::END_OF_MODE_TABLE,
|
||||
END_OF_MODE_TABLE,
|
||||
};
|
||||
|
||||
void setup() {
|
||||
|
|
|
@ -30,7 +30,7 @@ static const Module::RfSwitchMode_t rfswitch_table[] = {
|
|||
{STM32WLx::MODE_RX, {HIGH, HIGH, LOW}},
|
||||
{STM32WLx::MODE_TX_LP, {HIGH, HIGH, HIGH}},
|
||||
{STM32WLx::MODE_TX_HP, {HIGH, LOW, HIGH}},
|
||||
STM32WLx::END_OF_MODE_TABLE,
|
||||
END_OF_MODE_TABLE,
|
||||
};
|
||||
|
||||
// save transmission state between loops
|
||||
|
|
Loading…
Add table
Reference in a new issue