@@ -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
|
||||
|
@@ -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;
|
||||
}
|
||||
}
|
||||
|
@@ -884,5 +884,3 @@ static int32_t TCPP0203_CheckReg0Reg1(TCPP0203_Object_t *pObj, uint8_t Reg0Expec
|
||||
/**
|
||||
* @}
|
||||
*/
|
||||
|
||||
|
||||
|
@@ -351,5 +351,3 @@ extern TCPP0203_Drv_t TCPP0203_Driver;
|
||||
*/
|
||||
|
||||
#endif /* TCPP0203_H */
|
||||
|
||||
|
||||
|
@@ -71,5 +71,3 @@ int32_t tcpp0203_write_reg(const TCPP0203_ctx_t *ctx, uint8_t reg, uint8_t *data
|
||||
/**
|
||||
* @}
|
||||
*/
|
||||
|
||||
|
||||
|
@@ -96,5 +96,3 @@ int32_t tcpp0203_read_reg(const TCPP0203_ctx_t *ctx, uint8_t reg, uint8_t *data,
|
||||
/**
|
||||
* @}
|
||||
*/
|
||||
|
||||
|
||||
|
@@ -498,4 +498,3 @@
|
||||
#endif
|
||||
|
||||
#endif /* STM32H7RSxx_HAL_CONF_H */
|
||||
|
||||
|
Reference in New Issue
Block a user