mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
drivers/adcxx1c: use generic device name for SAUL
This commit is contained in:
parent
f1f80c0098
commit
12f12a34e4
@ -85,7 +85,7 @@ static const adcxx1c_params_t adcxx1c_params[] =
|
||||
static const saul_reg_info_t adcxx1c_saul_info[] =
|
||||
{
|
||||
{
|
||||
.name = "adc081c",
|
||||
.name = "adcxx1c",
|
||||
},
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user