fpp/compiler/tools/fpp-to-cpp/test/alias/TU32AliasAc.ref.h
2025-03-03 16:59:08 -08:00

24 lines
441 B
C

// ======================================================================
// \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"
#ifdef __cplusplus
extern "C" {
#endif
typedef U32 TU32;
#define PRI_TU32 PRI_u32
#ifdef __cplusplus
}
#endif
#endif