mirror of
https://github.com/nasa/fpp.git
synced 2025-12-11 11:16:42 -06:00
17 lines
442 B
C
Vendored
17 lines
442 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;
|
|
#define PRI_AliasPrim2 PRIf32
|
|
|
|
#endif
|