mirror of
https://github.com/nasa/fpp.git
synced 2025-12-15 12:58:25 -06:00
18 lines
383 B
C
18 lines
383 B
C
// ======================================================================
|
|
// \title ATAliasAc.h
|
|
// \author Generated by fpp-to-cpp
|
|
// \brief h file for AT alias
|
|
// ======================================================================
|
|
|
|
#ifndef ATAliasAc_H
|
|
#define ATAliasAc_H
|
|
|
|
#include <FpConfig.h>
|
|
|
|
#include "Fw/Types/BasicTypes.h"
|
|
|
|
typedef U32 AT;
|
|
#define PRI_AT PRI_u32
|
|
|
|
#endif
|