mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
cpu/sam0: Remove deprecated muxpos
This commit is contained in:
parent
84bf9215b7
commit
1cb2d7caed
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user