We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c9c0b6 commit 4dbc2c4Copy full SHA for 4dbc2c4
src/modm/architecture/interface/register.hpp
@@ -493,7 +493,7 @@ struct FlagsGroup<T> : public Register<typename T::UnderlyingType>
493
* the meanings [Div1, Div2, Div4, Div8].
494
*
495
* The Configuration class belongs to a specific Flags class and connects a
496
- * corresponding Sascha Schade enum with a specific mask and bit position.
+ * corresponding strongly typed enum with a specific mask and bit position.
497
* This means that the Configuration class will mask and shift the values whenever
498
* needed.
499
* However, shifting is only done when the Position template parameter is non-zero.
0 commit comments