Skip to content

Commit 979d790

Browse files
committed
Fix CI.
Signed-off-by: HiFiPhile <admin@hifiphile.com>
1 parent f6f20e1 commit 979d790

File tree

7 files changed

+3
-12
lines changed

7 files changed

+3
-12
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
This software component is provided to you as part of a software package and
22
applicable license terms are in the Package_license file. If you received this
33
software component outside of a package or without applicable license terms,
4-
the terms of the BSD-3-Clause license shall apply.
4+
the terms of the BSD-3-Clause license shall apply.
55
You may obtain a copy of the BSD-3-Clause at:
66
https://opensource.org/licenses/BSD-3-Clause

hw/bsp/stm32h7rs/boards/stm32h7s3nucleo/tcpp0203/_htmresc/mini-st_2020.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ h1 {
7878

7979
h2 {
8080
font-size: calc(1rem * var(--heading-ratio) * var(--heading-ratio) );
81-
border-style: none none solid none ;
81+
border-style: none none solid none ;
8282
border-width: thin;
8383
border-color: var(--border-color); }
8484
h3 {
@@ -1700,4 +1700,4 @@ img[alt="Cube logo"] { float: right; width: 30%; max-width: 10rem; min-width: 8r
17001700
margin-left: auto;
17011701
margin-right: auto;
17021702
text-align: center;
1703-
}
1703+
}

hw/bsp/stm32h7rs/boards/stm32h7s3nucleo/tcpp0203/tcpp0203.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -884,5 +884,3 @@ static int32_t TCPP0203_CheckReg0Reg1(TCPP0203_Object_t *pObj, uint8_t Reg0Expec
884884
/**
885885
* @}
886886
*/
887-
888-

hw/bsp/stm32h7rs/boards/stm32h7s3nucleo/tcpp0203/tcpp0203.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -351,5 +351,3 @@ extern TCPP0203_Drv_t TCPP0203_Driver;
351351
*/
352352

353353
#endif /* TCPP0203_H */
354-
355-

hw/bsp/stm32h7rs/boards/stm32h7s3nucleo/tcpp0203/tcpp0203_reg.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,3 @@ int32_t tcpp0203_write_reg(const TCPP0203_ctx_t *ctx, uint8_t reg, uint8_t *data
7171
/**
7272
* @}
7373
*/
74-
75-

hw/bsp/stm32h7rs/boards/stm32h7s3nucleo/tcpp0203/tcpp0203_reg.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,5 +96,3 @@ int32_t tcpp0203_read_reg(const TCPP0203_ctx_t *ctx, uint8_t reg, uint8_t *data,
9696
/**
9797
* @}
9898
*/
99-
100-

hw/bsp/stm32h7rs/stm32h7rsxx_hal_conf.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,4 +498,3 @@
498498
#endif
499499

500500
#endif /* STM32H7RSxx_HAL_CONF_H */
501-

0 commit comments

Comments
 (0)