compiling
This commit is contained in:
9
bsp_stm32h7_rtems/core/ObjectFactory.h
Normal file
9
bsp_stm32h7_rtems/core/ObjectFactory.h
Normal file
@ -0,0 +1,9 @@
|
||||
#ifndef MISSION_CORE_OBJECTFACTORY_H_
|
||||
#define MISSION_CORE_OBJECTFACTORY_H_
|
||||
|
||||
|
||||
namespace ObjectFactory {
|
||||
void produce(void* args);
|
||||
};
|
||||
|
||||
#endif /* MISSION_CORE_OBJECTFACTORY_H_ */
|
Reference in New Issue
Block a user