Skip to content

Commit 4dbc2c4

Browse files
committed
[architecture] Register: Fix documentation
1 parent 1c9c0b6 commit 4dbc2c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modm/architecture/interface/register.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ struct FlagsGroup<T> : public Register<typename T::UnderlyingType>
493493
* the meanings [Div1, Div2, Div4, Div8].
494494
*
495495
* The Configuration class belongs to a specific Flags class and connects a
496-
* corresponding Sascha Schade enum with a specific mask and bit position.
496+
* corresponding strongly typed enum with a specific mask and bit position.
497497
* This means that the Configuration class will mask and shift the values whenever
498498
* needed.
499499
* However, shifting is only done when the Position template parameter is non-zero.

0 commit comments

Comments
 (0)