mirror of
https://github.com/nasa/fpp.git
synced 2025-12-11 03:05:32 -06:00
16 lines
354 B
C
Vendored
16 lines
354 B
C
Vendored
// ======================================================================
|
|
// \title TAliasAc.h
|
|
// \author Generated by fpp-to-cpp
|
|
// \brief h file for T alias
|
|
// ======================================================================
|
|
|
|
#ifndef TAliasAc_H
|
|
#define TAliasAc_H
|
|
|
|
#include "Fw/Types/BasicTypes.h"
|
|
|
|
typedef U32 T;
|
|
#define PRI_T PRI_u32
|
|
|
|
#endif
|