Skip to content

Commit

Permalink
cpu/sam0: Remove deprecated muxpos
Browse files Browse the repository at this point in the history
  • Loading branch information
Teufelchen1 committed Apr 2, 2024
1 parent 84bf921 commit f0528df
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions cpu/sam0_common/include/periph_cpu_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -877,11 +877,7 @@ static inline bool cpu_woke_from_backup(void)
* @brief ADC Channel Configuration
*/
typedef struct {
union {
uint32_t inputctrl; /**< ADC channel pin multiplexer value */
uint32_t muxpos; /**< ADC channel pin multiplexer value
@deprecated, use inputctrl instead */
};
uint32_t inputctrl; /**< ADC channel pin multiplexer value */
#ifdef ADC0
Adc *dev; /**< ADC device descriptor */
#endif
Expand Down

0 comments on commit f0528df

Please sign in to comment.