Merge pull request #152 from nakarlsson/fix/don_t_enable_debug_prints_by_default

Fix disable esc debug
pull/154/head
nakarlsson 2023-04-24 13:42:30 +02:00 committed by GitHub
commit 3fe4511230
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -72,7 +72,6 @@ extern "C"
#define EC_BIG_ENDIAN
#endif
#define ESC_DEBUG
#ifdef ESC_DEBUG
#ifdef __rtk__
#include <kern/rprint.h>