Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions radio/src/targets/taranis/gx12/bsp_io.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,6 @@ struct bsp_io_sw_def {
uint32_t pin_low;
};

static constexpr uint32_t RGB_OFFSET = (1 << 16); // first after bspio pins
static uint16_t soft2POSLogicalState = 0xFFFF;

static SwitchHwPos _get_switch_pos(uint8_t idx)
{
SwitchHwPos pos = SWITCH_HW_UP;
Expand Down