1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 22:43:50 +01:00

cpu/stm32f1: restore gpio struct to default in CMSIS header

This commit is contained in:
Alexandre Abadie 2020-05-26 16:26:20 +02:00
parent e20788bfdf
commit 1a8f4d4f25
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405
2 changed files with 4 additions and 2 deletions

View File

@ -356,7 +356,8 @@ typedef struct
typedef struct
{
__IO uint32_t CR[2];
__IO uint32_t CRL;
__IO uint32_t CRH;
__IO uint32_t IDR;
__IO uint32_t ODR;
__IO uint32_t BSRR;

View File

@ -401,7 +401,8 @@ typedef struct
typedef struct
{
__IO uint32_t CR[2];
__IO uint32_t CRL;
__IO uint32_t CRH;
__IO uint32_t IDR;
__IO uint32_t ODR;
__IO uint32_t BSRR;