1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-24 05:53:49 +01:00
2023-08-14 16:00:32 +02:00

16 lines
178 B
C

#ifndef FONTS_H
#define FONTS_H
#ifdef __cplusplus
extern "C" {
#endif
#include "DejaVuSans12bw.c"
#include "DejaVuSans12.c"
#ifdef __cplusplus
}
#endif
#endif /* FONTS_H */