Loading...
Searching...
No Matches
config.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2026 Bas Stottelaar <basstottelaar@gmail.com>
3 * SPDX-License-Identifier: LGPL-2.1-only
4 */
5
6#pragma once
7
18
19#ifdef __cplusplus
20extern "C" {
21#endif
22
29#ifndef CONFIG_EFM32_XTIMER_USE_LETIMER
30# define CONFIG_EFM32_XTIMER_USE_LETIMER 0
31#endif
32
36#ifndef CONFIG_EFM32_ZTIMER_USE_LETIMER
37# if CONFIG_EFM32_XTIMER_USE_LETIMER
38# define CONFIG_EFM32_ZTIMER_USE_LETIMER 1
39# else
40# define CONFIG_EFM32_ZTIMER_USE_LETIMER 0
41# endif
42#endif
43
44#ifdef __cplusplus
45}
46#endif
47