1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

sys/auto_init/screen: fix coccinelle warning

This commit is contained in:
Alexandre Abadie 2022-01-06 16:13:32 +01:00
parent 5bbab90f57
commit 8ca9cbc0b6
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -18,7 +18,7 @@
#include <stdio.h>
#define ENABLE_DEBUG (0)
#define ENABLE_DEBUG 0
#include "debug.h"
void auto_init_screen(void)