Skip to content

Commit

Permalink
Rename headers
Browse files Browse the repository at this point in the history
  • Loading branch information
GOB52 committed Aug 20, 2024
1 parent c62f060 commit fa794fa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions src/M5UnitHUB.h → src/M5UnitUnifiedHUB.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
* SPDX-License-Identifier: MIT
*/
/*!
@file M5UnitHUB.h
@file M5UnitUnifiedHUB.h
*/
#ifndef M5_UNIT_HUB_H
#define M5_UNIT_HUB_H
#ifndef M5_UNIT_UNIFIED_HUB_H
#define M5_UNIT_UNIFIED_HUB_H
#ifdef __cplusplus
#include "M5UnitHUB.hpp"
#include "M5UnitUnifiedHUB.hpp"
#else
#error M5UnitHUB requires a C++ compiler, please change file extension to .cc or .cpp
#endif
Expand Down
6 changes: 3 additions & 3 deletions src/M5UnitHUB.hpp → src/M5UnitUnifiedHUB.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
* SPDX-License-Identifier: MIT
*/
/*!
@file M5UnitHUB.hpp
@file M5UnitUnifiedHUB.hpp
@brief Main header of M5UnitHUB
@mainpage M5Unit-HUB
Library for UnitHUB using M5UnitUnified.
*/
#ifndef M5_UNIT_HUB_HPP
#define M5_UNIT_HUB_HPP
#ifndef M5_UNIT_UNIFIED_HUB_HPP
#define M5_UNIT_UNIFIED_HUB_HPP

#include "unit/unit_PCA9548AP.hpp"

Expand Down

0 comments on commit fa794fa

Please sign in to comment.