mirror of
https://github.com/tbnobody/OpenDTU.git
synced 2026-04-02 23:35:48 +02: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) |