Skip to content

Commit

Permalink
Disable debug for release build
Browse files Browse the repository at this point in the history
  • Loading branch information
nurikk committed Jun 5, 2020
1 parent 59d99dd commit 70e0964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/preinclude.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
#error "Board type must be defined"
#endif

#define DO_DEBUG

#ifdef DO_DEBUG
#define HAL_UART TRUE
Expand All @@ -55,6 +54,7 @@
#define APP_TX_POWER TX_PWR_PLUS_19
#elif defined(HAL_BOARD_CHDTECH_DEV)
#define APP_TX_POWER TX_PWR_PLUS_4
#define DO_DEBUG
#endif

#include "hal_board_cfg.h"

0 comments on commit 70e0964

Please sign in to comment.