builds with make

This commit is contained in:
Attila Body 2025-05-27 16:31:02 +02:00
parent 8709bcb465
commit 549d4f3403
Signed by: abody
GPG key ID: BD0C6214E68FB5CF
17 changed files with 1513 additions and 1234 deletions

View file

@ -0,0 +1,13 @@
/*
* 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_ */