mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 04:32:52 +01:00
16 lines
178 B
C
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 */
|