mirror of
https://github.com/nasa/fpp.git
synced 2025-12-11 11:16:42 -06:00
17 lines
437 B
C
Vendored
17 lines
437 B
C
Vendored
// ======================================================================
|
|
// \title AliasPrim1AliasAc.h
|
|
// \author Generated by fpp-to-cpp
|
|
// \brief h file for AliasPrim1 alias
|
|
// ======================================================================
|
|
|
|
#ifndef AliasPrim1AliasAc_H
|
|
#define AliasPrim1AliasAc_H
|
|
|
|
#include "Fw/Types/BasicTypes.h"
|
|
|
|
//! Alias of a primitive type
|
|
typedef U32 AliasPrim1;
|
|
#define PRI_AliasPrim1 PRIu32
|
|
|
|
#endif
|