aos/usr/init/distops/debug.h
Daniel Schwyn 6d444bf552 Main handout
Signed-off-by: Daniel Schwyn <daniel.schwyn@inf.ethz.ch>
2022-03-03 14:57:51 +01:00

13 lines
213 B
C

#ifndef DISTOPS_DEBUG_H
#define DISTOPS_DEBUG_H
#define DEBUG_INIT_DISTOPS
#ifdef DEBUG_INIT_DISTOPS
#define DEBUG_CAPOPS(x...) debug_printf(x)
#else
#define DEBUG_CAPOPS(x...)
#endif
#endif // DISTOPS_DEBUG_H