1
0
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:
smlng 2017-06-20 10:11:55 +02:00 committed by Vincent Dupont
parent f1f80c0098
commit 12f12a34e4

View File

@ -85,7 +85,7 @@ static const adcxx1c_params_t adcxx1c_params[] =
static const saul_reg_info_t adcxx1c_saul_info[] =
{
{
.name = "adc081c",
.name = "adcxx1c",
},
};