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

pkg/libb2: rename config.h to libb2_config.h

This is to avoid conflics with other config.h files, e.g. when building
for esp8266 where $(NEWLIB)/xtensa-lx106-elf/include/config.h gets
included instead.
This commit is contained in:
Benjamin Valentin 2019-09-01 17:26:37 +02:00 committed by Benjamin Valentin
parent bf410c84f1
commit 4707f6b749
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
#ifndef CONFIG_H
#define CONFIG_H
#ifndef LIBB2_CONFIG_H
#define LIBB2_CONFIG_H
#include "cpu.h"
@ -22,4 +22,4 @@ extern "C" {
#ifdef __cplusplus
}
#endif
#endif /* CONFIG_H */
#endif /* LIBB2_CONFIG_H */