mirror of
https://github.com/nasa/fpp.git
synced 2025-12-14 01:11:35 -06:00
16 lines
382 B
C++
Vendored
16 lines
382 B
C++
Vendored
// ======================================================================
|
|
// \title TAliasAliasAc.hpp
|
|
// \author Generated by fpp-to-cpp
|
|
// \brief hpp file for TAlias alias
|
|
// ======================================================================
|
|
|
|
#ifndef TAliasAliasAc_HPP
|
|
#define TAliasAliasAc_HPP
|
|
|
|
#include "Fw/Types/BasicTypes.hpp"
|
|
#include "T.hpp"
|
|
|
|
using TAlias = T;
|
|
|
|
#endif
|