mirror of
https://github.com/nasa/fpp.git
synced 2025-12-11 11:16:42 -06:00
16 lines
360 B
C
Vendored
16 lines
360 B
C
Vendored
// ======================================================================
|
|
// \title ATAliasAc.h
|
|
// \author Generated by fpp-to-cpp
|
|
// \brief h file for AT alias
|
|
// ======================================================================
|
|
|
|
#ifndef ATAliasAc_H
|
|
#define ATAliasAc_H
|
|
|
|
#include "Fw/Types/BasicTypes.h"
|
|
|
|
typedef U32 AT;
|
|
#define PRI_AT PRI_U32
|
|
|
|
#endif
|