mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
tests/sys: fix style warnings reported by coccinelle
This commit is contained in:
parent
0147d44258
commit
50315213e6
@ -20,7 +20,7 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#define ENABLE_DEBUG (0)
|
||||
#define ENABLE_DEBUG 0
|
||||
#include "debug.h"
|
||||
|
||||
#include "xtimer.h"
|
||||
|
@ -26,7 +26,7 @@
|
||||
#include "flash_utils.h"
|
||||
#include "senml/phydat.h"
|
||||
|
||||
#define ENABLE_DEBUG (0)
|
||||
#define ENABLE_DEBUG 0
|
||||
#include "debug.h"
|
||||
|
||||
#ifndef PRIi64
|
||||
|
Loading…
Reference in New Issue
Block a user