Remove extraneous logging

This commit is contained in:
RichardG867
2022-03-06 09:39:52 -03:00
parent 8633a7c533
commit 9bbf31a2b4
2 changed files with 2 additions and 2 deletions

View File

@@ -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;

View File

@@ -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;