mirror of
https://github.com/tbnobody/OpenDTU.git
synced 2025-12-10 16:59:52 +01:00
5 lines
112 B
C
5 lines
112 B
C
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
#pragma once
|
|
|
|
#define STR_HELPER(x) #x
|
|
#define STR(x) STR_HELPER(x) |