mirror of
https://github.com/tbnobody/OpenDTU.git
synced 2026-04-29 12:27:01 +02:00
6 lines
121 B
C
6 lines
121 B
C
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
#pragma once
|
|
|
|
#define STR_HELPER(x) #x
|
|
#define STR_EXTRACT(x) STR_HELPER(x)
|