mirror of
https://github.com/nasa/fpp.git
synced 2025-12-16 13:25:15 -06:00
16 lines
412 B
C
Vendored
16 lines
412 B
C
Vendored
// ======================================================================
|
|
// \title AliasPrim2AliasAc.h
|
|
// \author Generated by fpp-to-cpp
|
|
// \brief h file for AliasPrim2 alias
|
|
// ======================================================================
|
|
|
|
#ifndef AliasPrim2AliasAc_H
|
|
#define AliasPrim2AliasAc_H
|
|
|
|
#include "Fw/Types/BasicTypes.h"
|
|
|
|
//! Alias of another primtive type
|
|
typedef F32 AliasPrim2;
|
|
|
|
#endif
|