tests/*: realign ENABLE_DEBUG
This commit is contained in:
parent
1b35d06a51
commit
4cce485b6f
@ -25,7 +25,7 @@
|
|||||||
#include "spin_random.h"
|
#include "spin_random.h"
|
||||||
#include "random.h"
|
#include "random.h"
|
||||||
|
|
||||||
#define ENABLE_DEBUG (0)
|
#define ENABLE_DEBUG 0
|
||||||
#include "debug.h"
|
#include "debug.h"
|
||||||
|
|
||||||
/* Default is whatever, just some small delay if the user forgets to initialize */
|
/* Default is whatever, just some small delay if the user forgets to initialize */
|
||||||
|
|||||||
@ -19,7 +19,7 @@
|
|||||||
* @}
|
* @}
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define ENABLE_DEBUG (0)
|
#define ENABLE_DEBUG 0
|
||||||
|
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <debug.h>
|
#include <debug.h>
|
||||||
|
|||||||
@ -24,7 +24,7 @@
|
|||||||
#include "net/nanocoap_sock.h"
|
#include "net/nanocoap_sock.h"
|
||||||
#include "net/sock/udp.h"
|
#include "net/sock/udp.h"
|
||||||
|
|
||||||
#define ENABLE_DEBUG (0)
|
#define ENABLE_DEBUG 0
|
||||||
#include "debug.h"
|
#include "debug.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
@ -9,7 +9,7 @@
|
|||||||
#include "net/af.h"
|
#include "net/af.h"
|
||||||
#include "net/sock/udp.h"
|
#include "net/sock/udp.h"
|
||||||
|
|
||||||
#define ENABLE_DEBUG (0)
|
#define ENABLE_DEBUG 0
|
||||||
#include "debug.h"
|
#include "debug.h"
|
||||||
|
|
||||||
#include "coap.h"
|
#include "coap.h"
|
||||||
|
|||||||
@ -20,7 +20,7 @@
|
|||||||
#include "embUnit.h"
|
#include "embUnit.h"
|
||||||
#include "yxml.h"
|
#include "yxml.h"
|
||||||
|
|
||||||
#define ENABLE_DEBUG (0)
|
#define ENABLE_DEBUG 0
|
||||||
#include "debug.h"
|
#include "debug.h"
|
||||||
|
|
||||||
static char _yxml_buf[1024];
|
static char _yxml_buf[1024];
|
||||||
|
|||||||
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
#include "analog_util.h"
|
#include "analog_util.h"
|
||||||
|
|
||||||
#define ENABLE_DEBUG (0)
|
#define ENABLE_DEBUG 0
|
||||||
#include "debug.h"
|
#include "debug.h"
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
|||||||
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
#include "net/bluetil/addr.h"
|
#include "net/bluetil/addr.h"
|
||||||
|
|
||||||
#define ENABLE_DEBUG (0)
|
#define ENABLE_DEBUG 0
|
||||||
#include "debug.h"
|
#include "debug.h"
|
||||||
|
|
||||||
const uint8_t addr[][6] = {
|
const uint8_t addr[][6] = {
|
||||||
|
|||||||
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
#include "div.h"
|
#include "div.h"
|
||||||
|
|
||||||
#define ENABLE_DEBUG (0)
|
#define ENABLE_DEBUG 0
|
||||||
#include "debug.h"
|
#include "debug.h"
|
||||||
|
|
||||||
static const uint32_t u32_test_values[] = {
|
static const uint32_t u32_test_values[] = {
|
||||||
|
|||||||
@ -14,7 +14,7 @@
|
|||||||
#include "frac.h"
|
#include "frac.h"
|
||||||
#include "div.h"
|
#include "div.h"
|
||||||
|
|
||||||
#define ENABLE_DEBUG (0)
|
#define ENABLE_DEBUG 0
|
||||||
#include "debug.h"
|
#include "debug.h"
|
||||||
|
|
||||||
static const uint32_t u32_fraction_operands[] = {
|
static const uint32_t u32_fraction_operands[] = {
|
||||||
|
|||||||
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
#include "matstat.h"
|
#include "matstat.h"
|
||||||
|
|
||||||
#define ENABLE_DEBUG (0)
|
#define ENABLE_DEBUG 0
|
||||||
#include "debug.h"
|
#include "debug.h"
|
||||||
|
|
||||||
/* White box testing of matstat library */
|
/* White box testing of matstat library */
|
||||||
|
|||||||
@ -27,7 +27,7 @@
|
|||||||
|
|
||||||
#include "phydat.h"
|
#include "phydat.h"
|
||||||
|
|
||||||
#define ENABLE_DEBUG (0)
|
#define ENABLE_DEBUG 0
|
||||||
#include "debug.h"
|
#include "debug.h"
|
||||||
|
|
||||||
/* Default is smaller implementation */
|
/* Default is smaller implementation */
|
||||||
|
|||||||
@ -17,7 +17,7 @@
|
|||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
#include "periph/rtt.h"
|
#include "periph/rtt.h"
|
||||||
|
|
||||||
#define ENABLE_DEBUG (0)
|
#define ENABLE_DEBUG 0
|
||||||
#include "debug.h"
|
#include "debug.h"
|
||||||
|
|
||||||
static uint32_t counter, alarm;
|
static uint32_t counter, alarm;
|
||||||
|
|||||||
@ -29,7 +29,7 @@
|
|||||||
#include "usb/descriptor.h"
|
#include "usb/descriptor.h"
|
||||||
#include "usb/usbus.h"
|
#include "usb/usbus.h"
|
||||||
|
|
||||||
#define ENABLE_DEBUG (0)
|
#define ENABLE_DEBUG 0
|
||||||
#include "debug.h"
|
#include "debug.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user