Skip to content

Commit

Permalink
[architecture] Register: Fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
rleh committed Jan 24, 2022
1 parent 1c9c0b6 commit 4dbc2c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modm/architecture/interface/register.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ struct FlagsGroup<T> : public Register<typename T::UnderlyingType>
* the meanings [Div1, Div2, Div4, Div8].
*
* The Configuration class belongs to a specific Flags class and connects a
* corresponding Sascha Schade enum with a specific mask and bit position.
* corresponding strongly typed enum with a specific mask and bit position.
* This means that the Configuration class will mask and shift the values whenever
* needed.
* However, shifting is only done when the Position template parameter is non-zero.
Expand Down

0 comments on commit 4dbc2c4

Please sign in to comment.