SPI can only be HSPI + remove unused defines in globdefs

This commit is contained in:
Philippe G
2021-12-01 09:30:34 -08:00
parent cde936eb60
commit 559f4ce69f
2 changed files with 2 additions and 9 deletions

View File

@@ -21,11 +21,3 @@ typedef struct {
int timer, base_channel, max;
} pwm_system_t;
extern pwm_system_t pwm_system;
#ifdef CONFIG_SQUEEZEAMP
#define ADAC dac_tas57xx
#elif defined(CONFIG_A1S)
#define ADAC dac_a1s
#else
#define ADAC dac_external
#endif