doc: fix some broken groups uncovered while reviewing h7 code

This commit is contained in:
Karl Palsson 2019-11-28 22:16:54 +00:00
parent af8a1773b7
commit af384dbc7c
2 changed files with 2 additions and 1 deletions

View File

@ -197,7 +197,7 @@
/**@}*/
/** @defgroup usart_convenience_flags U(S)ART convenience Flags
* @ingroup STM32F_usart_defines
* @ingroup usart_defines
* We define the "common" lower flag bits using a standard name,
* allowing them to be used regardless of which usart peripheral
* version you have.

View File

@ -41,6 +41,7 @@
* You should have received a copy of the GNU Lesser General Public License
* along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
/**@{*/
#ifndef LIBOPENCM3_RCC_H
#define LIBOPENCM3_RCC_H