mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-18 19:03:16 +00:00
13 lines
156 B
C
13 lines
156 B
C
// SPDX-License-Identifier: Apache-2.0
|
|
#pragma once
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
extern struct Module lvgl_module;
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|