Skip to content
Snippets Groups Projects
Commit 4e37199b authored by swym's avatar swym
Browse files

pycardium: disable debug module by default

parent 890a9422
Branches debug_module
No related tags found
No related merge requests found
Pipeline #3051 passed
......@@ -56,7 +56,7 @@ int mp_hal_trng_read_int(void);
#define MODULE_PERSONAL_STATE_ENABLED (1)
#define MODULE_UTIME_ENABLED (1)
#define MODULE_VIBRA_ENABLED (1)
#define MODULE_DEBUG_ENABLED (1)
#define MODULE_DEBUG_ENABLED (0)
/*
* This port is intended to be 32-bit, but unfortunately, int32_t for
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment