10 lines
307 B
C
10 lines
307 B
C
/*********************************************************************
|
|
* Minimal platform header placeholder to satisfy includes.
|
|
*********************************************************************/
|
|
#ifndef ROBOT_MINIMAL_PLATFORM_H
|
|
#define ROBOT_MINIMAL_PLATFORM_H
|
|
|
|
#endif // ROBOT_MINIMAL_PLATFORM_H
|
|
|
|
|