builds with make
This commit is contained in:
parent
8709bcb465
commit
549d4f3403
17 changed files with 1513 additions and 1234 deletions
13
platforms/platform-test-f4-ll/platform/helpers.h
Normal file
13
platforms/platform-test-f4-ll/platform/helpers.h
Normal 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_ */
|
Loading…
Add table
Add a link
Reference in a new issue