Tame log levels

This commit is contained in:
rbaron 2022-11-13 17:28:38 +01:00
parent 59f2aad3db
commit 3d6b4eaef1
2 changed files with 1 additions and 3 deletions

View file

@ -12,8 +12,6 @@ int main(void) {
LOG_ERR("Error initializing ADC.");
}
// RET_IF_ERR_MSG(123, "TEST");
prst_adc_read_t batt;
prst_adc_soil_moisture_t soil;
prst_adc_photo_sensor_t photo;

View file

@ -7,7 +7,7 @@
#include "macros.h"
LOG_MODULE_REGISTER(adc, LOG_LEVEL_DBG);
LOG_MODULE_REGISTER(adc, LOG_LEVEL_WRN);
// PWM spec for square wave. Input to the soil sensing circuit.
static const struct pwm_dt_spec soil_pwm_dt =