fpp/compiler/tools/fpp-to-cpp/test/alias/TF32AliasAc.ref.h
2025-03-10 13:54:25 -07:00

16 lines
372 B
C

// ======================================================================
// \title TF32AliasAc.h
// \author Generated by fpp-to-cpp
// \brief h file for TF32 alias
// ======================================================================
#ifndef TF32AliasAc_H
#define TF32AliasAc_H
#include "Fw/Types/BasicTypes.h"
typedef F32 TF32;
#define PRI_TF32 PRI_f32
#endif