mirror of
https://github.com/nasa/fpp.git
synced 2025-12-14 01:11:35 -06:00
16 lines
396 B
C
Vendored
16 lines
396 B
C
Vendored
// ======================================================================
|
|
// \title U16AliasAliasAc.h
|
|
// \author Generated by fpp-to-cpp
|
|
// \brief h file for U16Alias alias
|
|
// ======================================================================
|
|
|
|
#ifndef U16AliasAliasAc_H
|
|
#define U16AliasAliasAc_H
|
|
|
|
#include "Fw/Types/BasicTypes.h"
|
|
|
|
typedef U16 U16Alias;
|
|
#define PRI_U16Alias PRI_U16
|
|
|
|
#endif
|