mirror of
https://github.com/opentx/opentx.git
synced 2025-07-16 04:45:17 +03:00
VC++ compilation
This commit is contained in:
parent
3422b7e6d9
commit
efd97c1637
1 changed files with 1 additions and 1 deletions
|
@ -667,7 +667,7 @@ void I2C_GenerateSTART(I2C_TypeDef*, FunctionalState) { }
|
|||
void I2C_GenerateSTOP(I2C_TypeDef*, FunctionalState) { }
|
||||
void I2C_AcknowledgeConfig(I2C_TypeDef*, FunctionalState) { }
|
||||
uint8_t I2C_ReceiveData(I2C_TypeDef*) { return 0; }
|
||||
ErrorStatus I2C_CheckEvent(I2C_TypeDef*, unsigned int) { return ERROR; }
|
||||
ErrorStatus I2C_CheckEvent(I2C_TypeDef*, unsigned int) { return (ErrorStatus) ERROR; }
|
||||
|
||||
// I2S fake functions
|
||||
void I2S_Init(SPI_TypeDef* SPIx, I2S_InitTypeDef* I2S_InitStruct) { }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue