video: esp32_dvp: change default log level
to the recent CONFIG_VIDEO_LOG_LEVEL option. Signed-off-by: Felipe Neves <ryukokki.felipe@gmail.com>
This commit is contained in:
parent
9f59d89922
commit
a372220ade
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@
|
|||
#include <hal/cam_ll.h>
|
||||
|
||||
#include <zephyr/logging/log.h>
|
||||
LOG_MODULE_REGISTER(video_esp32_lcd_cam, LOG_LEVEL_INF);
|
||||
LOG_MODULE_REGISTER(video_esp32_lcd_cam, CONFIG_VIDEO_LOG_LEVEL);
|
||||
|
||||
#define VIDEO_ESP32_DMA_BUFFER_MAX_SIZE 4095
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue