More refactoring
Lots of things removed but compiles again
This commit is contained in:
@@ -90,10 +90,11 @@ void io_update(void);
|
||||
|
||||
#define BYPASS_ON (MID_SR , LF_BYPASS)
|
||||
#define BACKLIGHT_ON (BOT_SR, BKLITE_ON)
|
||||
#define AMP_AB_ON (TOP_SR, MUX_AB_AMP)
|
||||
#define DISCONNECT_AB (TOP_SR, MUX_AB_AMP)
|
||||
#define BROADCAST_AMP_EN (MID_SR, ANT_AMP_EN)
|
||||
#define BROADCAST_AMP_PWR (TOP_SR, ANT_AMP_SW)
|
||||
|
||||
|
||||
#define AMP_D_EN (MID_SR, DAMP_EN)
|
||||
|
||||
#define _AMP_PSU_ON (BOT_SR, AMP_PSU)
|
||||
@@ -112,9 +113,11 @@ typedef struct
|
||||
|
||||
void io_expanderClearAll(bool update);
|
||||
void io_backlightOn(bool on, bool update);
|
||||
void io_ampABOn(bool on, bool update);
|
||||
void io_ampDOn(bool on, bool update);
|
||||
void io_broadcastOn(bool on, bool update);
|
||||
void io_ampPsuOn(bool on, bool update);
|
||||
void io_connectAmpAB(bool connect, bool update);
|
||||
void io_expanderSetSafe(void);
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user