mirror of
https://github.com/nasa/fpp.git
synced 2025-12-16 05:15:08 -06:00
16 lines
406 B
C++
Vendored
16 lines
406 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.hpp"
|
|
|
|
//! Alias of a boolean
|
|
using AliasBool = bool;
|
|
|
|
#endif
|