mirror of
https://github.com/nasa/fprime.git
synced 2025-12-12 07:43:50 -06:00
9 lines
106 B
C++
9 lines
106 B
C++
#ifndef TOP_TARGET_INIT_HPP
|
|
#define TOP_TARGET_INIT_HPP
|
|
|
|
extern "C" {
|
|
void localTargetInit();
|
|
}
|
|
|
|
#endif
|