mirror of
https://github.com/nasa/fpp.git
synced 2025-12-11 11:16:42 -06:00
16 lines
380 B
C++
16 lines
380 B
C++
// ======================================================================
|
|
// \title C_TAliasAc.hpp
|
|
// \author Generated by fpp-to-cpp
|
|
// \brief hpp file for C_T alias
|
|
// ======================================================================
|
|
|
|
#ifndef C_C_TAliasAc_HPP
|
|
#define C_C_TAliasAc_HPP
|
|
|
|
#include "C_AArrayAc.hpp"
|
|
#include "Fw/Types/BasicTypes.h"
|
|
|
|
using C_T = C_A;
|
|
|
|
#endif
|