mirror of
https://github.com/nasa/fprime.git
synced 2026-04-12 16:12:52 -05:00
* Revise Ref topology model Update FPP version Use new FPP syntax for concrete instance types * Revise RPI example Use new FPP syntax for instance types * Revise Ref and RPI topologies Use new FPP syntax for LinuxTime instance * Update FPP version * Update FPP version * Revise Ref topology Remove special C++ code for blockDriver * Update RPI topology Remove specialized code for declaring linuxTimer instance * Update FPP version * lestarch: bumping latest version of FPP * Update .lgtm.yml * lestarch: installing sbt * lestarch: adding pip upgrade Co-authored-by: M Starch <LeStarch@googlemail.com>
18 lines
177 B
C++
18 lines
177 B
C++
#include "RPI/Top/RPITopologyDefs.hpp"
|
|
|
|
namespace RPI {
|
|
|
|
namespace Allocation {
|
|
|
|
Fw::MallocAllocator mallocator;
|
|
|
|
}
|
|
|
|
namespace Init {
|
|
|
|
bool status = true;
|
|
|
|
}
|
|
|
|
}
|