fpp/compiler/tools/fpp-to-cpp/test/alias/TU32AliasAc.ref.h
2025-03-28 16:41:34 -07:00

16 lines
372 B
C
Vendored

// ======================================================================
// \title TU32AliasAc.h
// \author Generated by fpp-to-cpp
// \brief h file for TU32 alias
// ======================================================================
#ifndef TU32AliasAc_H
#define TU32AliasAc_H
#include "Fw/Types/BasicTypes.h"
typedef U32 TU32;
#define PRI_TU32 PRI_U32
#endif