Skip to content
This repository has been archived by the owner on Apr 30, 2021. It is now read-only.

Commit

Permalink
Disabled debugging code.
Browse files Browse the repository at this point in the history
  • Loading branch information
diederikdehaas committed Oct 17, 2016
1 parent 3751e33 commit 39f494a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions include/autoconf.h
Expand Up @@ -344,14 +344,14 @@
/*
* Debug Related Config
*/
#define DBG 1
#define DBG 0

#define CONFIG_DEBUG /* DBG_871X, etc... */
//#define CONFIG_DEBUG /* DBG_871X, etc... */
//#define CONFIG_DEBUG_RTL871X /* RT_TRACE, RT_PRINT_DATA, _func_enter_, _func_exit_ */

#define CONFIG_PROC_DEBUG
//#define CONFIG_PROC_DEBUG

#define DBG_CONFIG_ERROR_DETECT
//#define DBG_CONFIG_ERROR_DETECT
//#define DBG_CONFIG_ERROR_DETECT_INT
//#define DBG_CONFIG_ERROR_RESET

Expand Down

0 comments on commit 39f494a

Please sign in to comment.