mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
drivers/sm_pwm_01c: fix undefined saul attribute
This commit is contained in:
parent
768a989298
commit
ac1e926776
@ -55,12 +55,10 @@ const saul_driver_t sm_pwm_01c_saul_driver_mc_pm_10 = {
|
||||
.read = read_mc_pm_10,
|
||||
.write = saul_notsup,
|
||||
.type = SAUL_SENSE_PM,
|
||||
.subtype = SAUL_SENSE_PM_10,
|
||||
};
|
||||
|
||||
const saul_driver_t sm_pwm_01c_saul_driver_mc_pm_2p5 = {
|
||||
.read = read_mc_pm_2p5,
|
||||
.write = saul_notsup,
|
||||
.type = SAUL_SENSE_PM,
|
||||
.subtype = SAUL_SENSE_PM_2p5,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user