mirror of
https://github.com/nasa/fpp.git
synced 2025-12-10 17:29:15 -06:00
15 lines
347 B
C
Vendored
15 lines
347 B
C
Vendored
// ======================================================================
|
|
// \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;
|
|
|
|
#endif
|