f407ve_packetusart_c/platforms/platform-test-f4-ll/platform/helpers.h
2025-05-27 16:31:02 +02:00

13 lines
186 B
C

/*
* helpers.h
*
* Created on: Feb 25, 2021
* Author: compi
*/
#ifndef PLATFORM_HELPERS_H_
#define PLATFORM_HELPERS_H_
#define TOSTR(x) #x
#endif /* PLATFORM_HELPERS_H_ */