We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e0c6c44 + e55852c commit be0de13Copy full SHA for be0de13
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