1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 07:52:44 +01:00
RIOT/tests/pkg/mcufont/fonts/fonts.h

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 */