mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
cpu/stm: Fix broken character encoding
This commit is contained in:
parent
be55eb9aa4
commit
575a9e9579
2
cpu/stm32f0/include/vendor/stm32f030xc.h
vendored
2
cpu/stm32f0/include/vendor/stm32f030xc.h
vendored
@ -9,7 +9,7 @@
|
||||
* This file contains:
|
||||
* - Data structures and the address mapping for all peripherals
|
||||
* - Peripheral's registers declarations and bits definition
|
||||
* - Macros to access peripheral<EFBFBD>s registers hardware
|
||||
* - Macros to access peripheral's registers hardware
|
||||
*
|
||||
******************************************************************************
|
||||
* @attention
|
||||
|
2
cpu/stm32f0/include/vendor/stm32f072xb.h
vendored
2
cpu/stm32f0/include/vendor/stm32f072xb.h
vendored
@ -11,7 +11,7 @@
|
||||
* This file contains:
|
||||
* - Data structures and the address mapping for all peripherals
|
||||
* - Peripheral's registers declarations and bits definition
|
||||
* - Macros to access peripheral<EFBFBD>s registers hardware
|
||||
* - Macros to access peripheral's registers hardware
|
||||
*
|
||||
******************************************************************************
|
||||
* @attention
|
||||
|
2
cpu/stm32f2/include/vendor/stm32f207xx.h
vendored
2
cpu/stm32f2/include/vendor/stm32f207xx.h
vendored
@ -6,7 +6,7 @@
|
||||
* This file contains :
|
||||
* - Data structures and the address mapping for all peripherals
|
||||
* - Peripherals registers declarations and bits definition
|
||||
* - Macros to access peripheral<EFBFBD>s registers hardware
|
||||
* - Macros to access peripheral's registers hardware
|
||||
*
|
||||
******************************************************************************
|
||||
* @attention
|
||||
|
2
cpu/stm32f3/include/vendor/stm32f303xc.h
vendored
2
cpu/stm32f3/include/vendor/stm32f303xc.h
vendored
@ -7,7 +7,7 @@
|
||||
* This file contains:
|
||||
* - Data structures and the address mapping for all peripherals
|
||||
* - Peripheral's registers declarations and bits definition
|
||||
* - Macros to access peripheral<EFBFBD>s registers hardware
|
||||
* - Macros to access peripheral's registers hardware
|
||||
*
|
||||
******************************************************************************
|
||||
* @attention
|
||||
|
2
cpu/stm32f3/include/vendor/stm32f303xe.h
vendored
2
cpu/stm32f3/include/vendor/stm32f303xe.h
vendored
@ -7,7 +7,7 @@
|
||||
* This file contains:
|
||||
* - Data structures and the address mapping for all peripherals
|
||||
* - Peripheral's registers declarations and bits definition
|
||||
* - Macros to access peripheral<EFBFBD>s registers hardware
|
||||
* - Macros to access peripheral's registers hardware
|
||||
*
|
||||
******************************************************************************
|
||||
* @attention
|
||||
|
2
cpu/stm32f7/include/vendor/stm32f723xx.h
vendored
2
cpu/stm32f7/include/vendor/stm32f723xx.h
vendored
@ -9,7 +9,7 @@
|
||||
* This file contains:
|
||||
* - Data structures and the address mapping for all peripherals
|
||||
* - Peripheral's registers declarations and bits definition
|
||||
* - Macros to access peripheral<EFBFBD>s registers hardware
|
||||
* - Macros to access peripheral's registers hardware
|
||||
*
|
||||
******************************************************************************
|
||||
* @attention
|
||||
|
2
cpu/stm32f7/include/vendor/stm32f767xx.h
vendored
2
cpu/stm32f7/include/vendor/stm32f767xx.h
vendored
@ -9,7 +9,7 @@
|
||||
* This file contains:
|
||||
* - Data structures and the address mapping for all peripherals
|
||||
* - Peripheral's registers declarations and bits definition
|
||||
* - Macros to access peripheral<EFBFBD>s registers hardware
|
||||
* - Macros to access peripheral's registers hardware
|
||||
*
|
||||
******************************************************************************
|
||||
* @attention
|
||||
|
2
cpu/stm32l4/include/vendor/stm32l412xx.h
vendored
2
cpu/stm32l4/include/vendor/stm32l412xx.h
vendored
@ -7,7 +7,7 @@
|
||||
* This file contains:
|
||||
* - Data structures and the address mapping for all peripherals
|
||||
* - Peripheral's registers declarations and bits definition
|
||||
* - Macros to access peripheral<EFBFBD>s registers hardware
|
||||
* - Macros to access peripheral's registers hardware
|
||||
*
|
||||
******************************************************************************
|
||||
* @attention
|
||||
|
2
cpu/stm32l4/include/vendor/stm32l433xx.h
vendored
2
cpu/stm32l4/include/vendor/stm32l433xx.h
vendored
@ -9,7 +9,7 @@
|
||||
* This file contains:
|
||||
* - Data structures and the address mapping for all peripherals
|
||||
* - Peripheral's registers declarations and bits definition
|
||||
* - Macros to access peripheral<EFBFBD>s registers hardware
|
||||
* - Macros to access peripheral's registers hardware
|
||||
*
|
||||
******************************************************************************
|
||||
* @attention
|
||||
|
2
cpu/stm32l4/include/vendor/stm32l452xx.h
vendored
2
cpu/stm32l4/include/vendor/stm32l452xx.h
vendored
@ -7,7 +7,7 @@
|
||||
* This file contains:
|
||||
* - Data structures and the address mapping for all peripherals
|
||||
* - Peripheral's registers declarations and bits definition
|
||||
* - Macros to access peripheral<EFBFBD>s registers hardware
|
||||
* - Macros to access peripheral's registers hardware
|
||||
*
|
||||
******************************************************************************
|
||||
* @attention
|
||||
|
2
cpu/stm32l4/include/vendor/stm32l475xx.h
vendored
2
cpu/stm32l4/include/vendor/stm32l475xx.h
vendored
@ -9,7 +9,7 @@
|
||||
* This file contains:
|
||||
* - Data structures and the address mapping for all peripherals
|
||||
* - Peripheral's registers declarations and bits definition
|
||||
* - Macros to access peripheral<EFBFBD>s registers hardware
|
||||
* - Macros to access peripheral's registers hardware
|
||||
*
|
||||
******************************************************************************
|
||||
* @attention
|
||||
|
2
cpu/stm32l4/include/vendor/stm32l4r5xx.h
vendored
2
cpu/stm32l4/include/vendor/stm32l4r5xx.h
vendored
@ -7,7 +7,7 @@
|
||||
* This file contains:
|
||||
* - Data structures and the address mapping for all peripherals
|
||||
* - Peripheral's registers declarations and bits definition
|
||||
* - Macros to access peripheral<EFBFBD>s registers hardware
|
||||
* - Macros to access peripheral's registers hardware
|
||||
*
|
||||
******************************************************************************
|
||||
* @attention
|
||||
|
Loading…
Reference in New Issue
Block a user