mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-07 09:13:32 +08:00
LIS3MLD: Remove unnecessary boot output left over from driver bringup
This commit is contained in:
committed by
Lorenz Meier
parent
2b518278df
commit
dd6d1136b3
@@ -79,9 +79,6 @@
|
||||
|
||||
#include "lis3mdl.h"
|
||||
|
||||
#undef DEVICE_DEBUG
|
||||
#define DEVICE_DEBUG printf
|
||||
|
||||
/*
|
||||
* LIS3MDL internal constants and data structures.
|
||||
*/
|
||||
|
||||
@@ -58,9 +58,6 @@
|
||||
#include "lis3mdl.h"
|
||||
#include "board_config.h"
|
||||
|
||||
#undef DEVICE_DEBUG
|
||||
#define DEVICE_DEBUG printf
|
||||
|
||||
#ifdef PX4_I2C_OBDEV_LIS3MDL
|
||||
|
||||
#define LIS3MDLL_ADDRESS PX4_I2C_OBDEV_LIS3MDL
|
||||
|
||||
@@ -58,9 +58,6 @@
|
||||
#include "lis3mdl.h"
|
||||
#include "board_config.h"
|
||||
|
||||
#undef DEVICE_DEBUG
|
||||
#define DEVICE_DEBUG printf
|
||||
|
||||
#ifdef PX4_SPIDEV_LIS
|
||||
|
||||
/* SPI protocol address bits */
|
||||
|
||||
Reference in New Issue
Block a user