mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-19 03:13:14 +00:00
12 lines
114 B
C
12 lines
114 B
C
#pragma once
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
bool lvgl_is_stop_requested();
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|