samples: sensor: Align bmm150 sensor name
Align sensor name to fit what could be found in most board dts files. Signed-off-by: Emil Obalski <emil.obalski@nordicsemi.no>
This commit is contained in:
parent
b2034116d0
commit
74867e727c
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ void do_main(const struct device *dev)
|
|||
|
||||
const struct device *sensor_search()
|
||||
{
|
||||
static const char *const magn_sensor[] = { "bmm150", NULL };
|
||||
static const char *const magn_sensor[] = { "BMM150", NULL };
|
||||
const struct device *dev;
|
||||
int i;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue