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:
parent
e20788bfdf
commit
1a8f4d4f25
3
cpu/stm32/include/vendor/stm32f103xb.h
vendored
3
cpu/stm32/include/vendor/stm32f103xb.h
vendored
@ -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;
|
||||
|
||||
3
cpu/stm32/include/vendor/stm32f103xe.h
vendored
3
cpu/stm32/include/vendor/stm32f103xe.h
vendored
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user