Skip to content

Commit 4944511

Browse files
committed
Cosmetic change
1 parent f735d3f commit 4944511

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

pio_project/test/unit_unified_test.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@ TEST(UnitUnified, EachUnit)
159159
each_unit_test<m5::unit::UnitATECC608B>();
160160
each_unit_test<m5::unit::UnitATECC608B_TNGTLS>();
161161

162-
163162
for (auto&& e : vec) {
164163
delete e;
165164
}

src/m5_unit_component/types.hpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,9 @@ using uid_t = uint32_t; //!< @brief Component unique identifier
2424
using attr_t = uint32_t; //!< @brief Component attribute bits
2525
using elapsed_time_t = unsigned long; //!< @brief Elapsed time unit (ms)
2626

27-
2827
///@name Attribute
2928
///@{
30-
constexpr attr_t ATTRIBUTE_RESET_AND_PLAY{0x00000001}; //!< Reset & Play support
29+
constexpr attr_t ATTRIBUTE_RESET_AND_PLAY{0x00000001}; //!< Reset & Play support
3130
///@}
3231

3332
} // namespace types

0 commit comments

Comments
 (0)