2026-07-25 23:04:39 +02:00

13 lines
155 B
C

// SPDX-License-Identifier: Apache-2.0
#pragma once
#ifdef __cplusplus
extern "C" {
#endif
extern struct Module gps_module;
#ifdef __cplusplus
}
#endif