Skip to content

Commit 837a82f

Browse files
leonardocavagnisfacchinm
authored andcommitted
add LOG enable define for EDID and ANX7625 module
1 parent 12a7c6a commit 837a82f

File tree

2 files changed

+232
-215
lines changed

2 files changed

+232
-215
lines changed

libraries/Arduino_H7_Video/src/anx7625.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@
3232
#include "video_modes.h"
3333

3434
/* Private define ------------------------------------------------------------*/
35-
#if 0
35+
#define ANX_LOGENABLED 0
36+
37+
#if ANX_LOGENABLED
3638
#define ANXERROR(format, ...) \
3739
printk(BIOS_ERR, "ERROR: %s: " format, __func__, ##__VA_ARGS__)
3840
#define ANXINFO(format, ...) \

0 commit comments

Comments
 (0)