2020-02-01 23:06:01 +01:00
|
|
|
#ifndef CFG_DEBUG
|
|
|
|
# error "This source should only be compiled in a Debug configuration."
|
|
|
|
#endif
|
|
|
|
#ifdef CFG_OTHER
|
|
|
|
# error "This source should not be compiled in a non-Debug configuration."
|
|
|
|
#endif
|
2015-04-27 22:25:09 +02:00
|
|
|
|
2020-02-01 23:06:01 +01:00
|
|
|
#include "iface.h"
|
2015-04-27 22:25:09 +02:00
|
|
|
|
|
|
|
int iface_debug()
|
|
|
|
{
|
|
|
|
return 0;
|
|
|
|
}
|