We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c8e60f commit e55852cCopy full SHA for e55852c
targets/TARGET_STM/i2c_api.c
@@ -893,7 +893,7 @@ int i2c_byte_write(i2c_t *obj, int data)
893
* Return whether the given state is a state where we can start a new I2C transaction with the
894
* STM32 HAL.
895
*/
896
-inline bool i2c_is_ready_for_transaction_start(stm_i2c_state state)
+bool i2c_is_ready_for_transaction_start(stm_i2c_state state)
897
{
898
// Note: We can safely send a transaction start in the middle of any single byte operation; this creates a
899
// repeated start.
0 commit comments