1
0
Fork 0

Use dprint and dprintf for debug

This commit is contained in:
tmk 2013-05-14 16:18:22 +09:00
parent d9c06db600
commit ff2d276b19
5 changed files with 72 additions and 62 deletions

View file

@ -15,10 +15,15 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <util/delay.h>
#include "debug.h"
#include "action.h"
#include "action_macro.h"
#ifdef DEBUG_ACTION
#include "debug.h"
#else
#include "nodebug.h"
#endif
#ifndef NO_ACTION_MACRO