* fixed issues (found during unit test)

This commit is contained in:
lumapu 2022-04-30 02:02:41 +02:00
parent 32e58c98c0
commit af4960f1c4
4 changed files with 30 additions and 20 deletions

View file

@ -1,8 +1,6 @@
#ifndef __DEBUG_H__
#define __DEBUG_H__
#include "Arduino.h"
#ifdef NDEBUG
#define DPRINT(str)
#define DPRINTLN(str)