mirror of
https://github.com/nasa/fpp.git
synced 2025-12-10 15:36:19 -06:00
16 lines
372 B
C
Vendored
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
|