From 9bbf31a2b42b0bb144369b34e1f1d22b6ba209b5 Mon Sep 17 00:00:00 2001 From: RichardG867 Date: Sun, 6 Mar 2022 09:39:52 -0300 Subject: [PATCH] Remove extraneous logging --- src/device/isapnp.c | 2 +- src/sio/sio_um8669f.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/device/isapnp.c b/src/device/isapnp.c index 327c8c581..45752a3ca 100644 --- a/src/device/isapnp.c +++ b/src/device/isapnp.c @@ -53,7 +53,7 @@ static const uint8_t pnp_init_key[32] = { 0x6A, 0xB5, 0xDA, 0xED, 0xF6, 0xFB, 0x 0xE8, 0x74, 0x3A, 0x9D, 0xCE, 0xE7, 0x73, 0x39 }; static const device_t isapnp_device; -#define ENABLE_ISAPNP_LOG 1 + #ifdef ENABLE_ISAPNP_LOG int isapnp_do_log = ENABLE_ISAPNP_LOG; diff --git a/src/sio/sio_um8669f.c b/src/sio/sio_um8669f.c index 8151dac97..aeef3a51e 100644 --- a/src/sio/sio_um8669f.c +++ b/src/sio/sio_um8669f.c @@ -94,7 +94,7 @@ static const isapnp_device_config_t um8669f_pnp_defaults[] = { } }; -#define ENABLE_UM8669F_LOG 1 + #ifdef ENABLE_UM8669F_LOG int um8669f_do_log = ENABLE_UM8669F_LOG;