mirror of
https://github.com/tbnobody/OpenDTU.git
synced 2026-03-29 21:45:53 +02:00
4 lines
67 B
C
4 lines
67 B
C
#pragma once
|
|
|
|
#define STR_HELPER(x) #x
|
|
#define STR(x) STR_HELPER(x) |