mirror of
https://github.com/olofk/serv.git
synced 2026-03-01 17:25:51 +00:00
6 lines
162 B
CMake
6 lines
162 B
CMake
# Copyright (c) 2020 Olof Kindgren <olof.kindgren@gmail.com>
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
zephyr_library_sources_ifdef(CONFIG_SERV_TIMER serv_timer.c)
|
|
|