fprime/Svc/AssertFatalAdapter/AssertFatalAdapter.hpp
Thomas Boyer-Chammard c69ff72110
Format Svc and add to CI (#3978)
* Format Svc and add to CI

* Fix comlogger include

* fix assert UTs

* Fix static analysis warning

* formatting
2025-08-04 16:21:47 -07:00

18 lines
454 B
C++

// ======================================================================
// AssertFatalAdapter.hpp
// Standardization header for AssertFatalAdapter
// ======================================================================
#ifndef Svc_AssertFatalAdapter_HPP
#define Svc_AssertFatalAdapter_HPP
#include "Svc/AssertFatalAdapter/AssertFatalAdapterComponentImpl.hpp"
namespace Svc {
typedef AssertFatalAdapterComponentImpl AssertFatalAdapter;
}
#endif