mirror of
https://github.com/nasa/fpp.git
synced 2025-12-12 04:41:37 -06:00
19 lines
392 B
C++
19 lines
392 B
C++
// ======================================================================
|
|
// \title ATAliasAc.hpp
|
|
// \author Generated by fpp-to-cpp
|
|
// \brief hpp file for AT alias
|
|
// ======================================================================
|
|
|
|
#ifndef ATAliasAc_HPP
|
|
#define ATAliasAc_HPP
|
|
|
|
#include <FpConfig.hpp>
|
|
|
|
#include "Fw/Types/BasicTypes.h"
|
|
|
|
extern "C" {
|
|
#include "ATAliasAc.h"
|
|
}
|
|
|
|
#endif
|