Signed-off-by: HiFiPhile <admin@hifiphile.com>
This commit is contained in:
HiFiPhile
2025-01-24 17:13:38 +01:00
parent f6f20e17ab
commit 979d790959
7 changed files with 3 additions and 12 deletions

View File

@@ -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

View File

@@ -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 {
@@ -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;
}
}

View File

@@ -884,5 +884,3 @@ static int32_t TCPP0203_CheckReg0Reg1(TCPP0203_Object_t *pObj, uint8_t Reg0Expec
/**
* @}
*/

View File

@@ -351,5 +351,3 @@ extern TCPP0203_Drv_t TCPP0203_Driver;
*/
#endif /* TCPP0203_H */

View File

@@ -71,5 +71,3 @@ int32_t tcpp0203_write_reg(const TCPP0203_ctx_t *ctx, uint8_t reg, uint8_t *data
/**
* @}
*/

View File

@@ -96,5 +96,3 @@ int32_t tcpp0203_read_reg(const TCPP0203_ctx_t *ctx, uint8_t reg, uint8_t *data,
/**
* @}
*/

View File

@@ -498,4 +498,3 @@
#endif
#endif /* STM32H7RSxx_HAL_CONF_H */