Skip to content

Commit

Permalink
Some tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
GOB52 committed Aug 8, 2024
1 parent b9d0a09 commit 9d1dc02
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 11 deletions.
3 changes: 0 additions & 3 deletions library.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@
{
"name": "M5Utility"
},
{
"name": "M5UnitComponent"
},
{
"name": "M5HAL"
}
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ category=Other
url=https://github.com/m5stack/M5UnitUnified.git
architectures=esp32
includes=M5UnitUnified.h
depends=M5Utility,M5UnitComponent,M5HAL
depends=M5Utility,,M5HAL
6 changes: 3 additions & 3 deletions src/m5_unit_component/types.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ namespace unit {
*/
namespace types {

using uid_t = uint32_t; //!< @brief Component unique identifier
using attr_t = uint32_t; //!< @brief Component attribute bits
using elapsed_time_t = unsigned long; //!< @brief Elapsed time unit (ms)
using uid_t = uint32_t; //!< @brief Component unique identifier
using attr_t = uint32_t; //!< @brief Component attribute bits
using elapsed_time_t = unsigned long; //!< @brief Elapsed time unit (ms)

} // namespace types
} // namespace unit
Expand Down
2 changes: 1 addition & 1 deletion src/m5_unit_component/utility.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace m5 {
namespace unit {
namespace utility {

//m5::utility::CRC8_Checksum WithCRC::crc8;
// m5::utility::CRC8_Checksum WithCRC::crc8;

} // namespace utility
} // namespace unit
Expand Down
4 changes: 1 addition & 3 deletions src/m5_unit_component/utility.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ namespace unit {
@namespace utility
@brief Utilities for M5UnitComponent
*/
namespace utility {

} // namespace utility
namespace utility {} // namespace utility
} // namespace unit
} // namespace m5

Expand Down

0 comments on commit 9d1dc02

Please sign in to comment.