Skip to content

Commit

Permalink
Merge pull request #20525 from Teufelchen1/deprecate/muxpos
Browse files Browse the repository at this point in the history
cpu/sam0: Remove deprecated muxpos
  • Loading branch information
Teufelchen1 authored May 7, 2024
2 parents 67f183d + 1cb2d7c commit e2541c8
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 e2541c8

Please sign in to comment.