mirror of
https://github.com/nasa/fpp.git
synced 2025-12-11 11:16:42 -06:00
17 lines
369 B
C++
Vendored
17 lines
369 B
C++
Vendored
// ======================================================================
|
|
// \title ATAliasAc.hpp
|
|
// \author Generated by fpp-to-cpp
|
|
// \brief hpp file for AT alias
|
|
// ======================================================================
|
|
|
|
#ifndef ATAliasAc_HPP
|
|
#define ATAliasAc_HPP
|
|
|
|
#include "Fw/Types/BasicTypes.hpp"
|
|
|
|
extern "C" {
|
|
#include "ATAliasAc.h"
|
|
}
|
|
|
|
#endif
|