Small fix for debug messages.

pull/45/head
Holger Wirtz 3 years ago
parent 920b653385
commit fd4f32ba34
  1. 4
      MicroDexed.ino

@ -20,7 +20,7 @@
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include <limits.h>
#include "config.h"
#include <Audio.h>
@ -288,9 +288,7 @@ void setup()
#ifdef ENABLE_LCD_UI
setup_ui();
#endif
#ifdef DEBUG
#ifdef ENABLE_LCD_UI
setup_debug_message();
#endif
Serial.begin(SERIAL_SPEED);

Loading…
Cancel
Save