mirror of
https://github.com/drasko/codezero.git
synced 2026-07-22 07:05:24 +02:00
Changes since April
Clean up of build directories. Simplifications to capability model.
This commit is contained in:
13
conts/baremetal/mutex_demo/include/tests.h
Normal file
13
conts/baremetal/mutex_demo/include/tests.h
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
#ifndef __TESTS_H__
|
||||
#define __TESTS_H__
|
||||
|
||||
//#define DEBUG
|
||||
|
||||
#ifdef DEBUG
|
||||
#define dgb_printf printf
|
||||
#else
|
||||
#define dbg_printf(fmt,...)
|
||||
#endif
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user