Skip to content

Commit

Permalink
Fix CI.
Browse files Browse the repository at this point in the history
Signed-off-by: HiFiPhile <[email protected]>
  • Loading branch information
HiFiPhile committed Jan 24, 2025
1 parent f6f20e1 commit 979d790
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
This software component is provided to you as part of a software package and
applicable license terms are in the Package_license file. If you received this
software component outside of a package or without applicable license terms,
the terms of the BSD-3-Clause license shall apply.
the terms of the BSD-3-Clause license shall apply.
You may obtain a copy of the BSD-3-Clause at:
https://opensource.org/licenses/BSD-3-Clause
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ h1 {

h2 {
font-size: calc(1rem * var(--heading-ratio) * var(--heading-ratio) );
border-style: none none solid none ;
border-style: none none solid none ;
border-width: thin;
border-color: var(--border-color); }
h3 {
Expand Down Expand Up @@ -1700,4 +1700,4 @@ img[alt="Cube logo"] { float: right; width: 30%; max-width: 10rem; min-width: 8r
margin-left: auto;
margin-right: auto;
text-align: center;
}
}
2 changes: 0 additions & 2 deletions hw/bsp/stm32h7rs/boards/stm32h7s3nucleo/tcpp0203/tcpp0203.c
Original file line number Diff line number Diff line change
Expand Up @@ -884,5 +884,3 @@ static int32_t TCPP0203_CheckReg0Reg1(TCPP0203_Object_t *pObj, uint8_t Reg0Expec
/**
* @}
*/


2 changes: 0 additions & 2 deletions hw/bsp/stm32h7rs/boards/stm32h7s3nucleo/tcpp0203/tcpp0203.h
Original file line number Diff line number Diff line change
Expand Up @@ -351,5 +351,3 @@ extern TCPP0203_Drv_t TCPP0203_Driver;
*/

#endif /* TCPP0203_H */


Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,3 @@ int32_t tcpp0203_write_reg(const TCPP0203_ctx_t *ctx, uint8_t reg, uint8_t *data
/**
* @}
*/


Original file line number Diff line number Diff line change
Expand Up @@ -96,5 +96,3 @@ int32_t tcpp0203_read_reg(const TCPP0203_ctx_t *ctx, uint8_t reg, uint8_t *data,
/**
* @}
*/


1 change: 0 additions & 1 deletion hw/bsp/stm32h7rs/stm32h7rsxx_hal_conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -498,4 +498,3 @@
#endif

#endif /* STM32H7RSxx_HAL_CONF_H */

0 comments on commit 979d790

Please sign in to comment.