1
0
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:
Alexandre Abadie 2022-01-05 10:39:30 +01:00
parent 768a989298
commit ac1e926776
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -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,
};