buffybox/buffyboard/buffyboard.h
2024-03-30 08:06:29 +01:00

16 lines
322 B
C

/**
* Copyright 2021 Johannes Marbach
* SPDX-License-Identifier: GPL-3.0-or-later
*/
#ifndef BB_BUFFYBOARD_H
#define BB_BUFFYBOARD_H
#include "lvgl/lvgl.h"
#ifndef BB_VERSION
#define BB_VERSION "?" /* Just to silence IDE warning. Real version injected by meson during build. */
#endif
#endif /* BB_BUFFYBOARD_H */