mirror of
https://github.com/nasa/fprime.git
synced 2025-12-10 00:44:37 -06:00
* Format Svc and add to CI * Fix comlogger include * fix assert UTs * Fix static analysis warning * formatting
9 lines
158 B
C++
9 lines
158 B
C++
#ifndef COMFPRIME_PINGENTRIES_HPP
|
|
#define COMFPRIME_PINGENTRIES_HPP
|
|
|
|
namespace PingEntries {
|
|
// No ping-enabled components in ComFprime subtopology
|
|
}
|
|
|
|
#endif
|