buffybox/buffyboard/buffyboard.h

17 lines
332 B
C
Raw Permalink Normal View History

/**
* 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 PROJECT_VERSION
#define PROJECT_VERSION "?" /* Just to silence IDE warning. Real version injected by meson during build. */
#endif
#endif /* BB_BUFFYBOARD_H */