mirror of
https://github.com/nasa/fpp.git
synced 2025-12-13 16:47:48 -06:00
16 lines
404 B
C++
Vendored
16 lines
404 B
C++
Vendored
// ======================================================================
|
|
// \title AliasBoolAliasAc.hpp
|
|
// \author Generated by fpp-to-cpp
|
|
// \brief hpp file for AliasBool alias
|
|
// ======================================================================
|
|
|
|
#ifndef AliasBoolAliasAc_HPP
|
|
#define AliasBoolAliasAc_HPP
|
|
|
|
#include "Fw/Types/BasicTypes.h"
|
|
|
|
//! Alias of a boolean
|
|
using AliasBool = bool;
|
|
|
|
#endif
|