Skip to content

Commit 1df79ae

Browse files
ABOSTMfpistm
andauthored
Update cores/arduino/stm32/twi.c
Co-Authored-By: Frederic Pillon <[email protected]>
1 parent 1e72e40 commit 1df79ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cores/arduino/stm32/twi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ typedef enum {
8484
I2C_SPEED_FREQ_FAST, /* 400 kHz */
8585
I2C_SPEED_FREQ_FAST_PLUS, /* 1 MHz */
8686
I2C_SPEED_FREQ_NUMBER /* Must be the last entry */
87-
} i2c_speed_freq_t;
87+
} I2C_speed_freq_t;
8888

8989
typedef struct {
9090
uint32_t input_clock; /* I2C Input clock */

0 commit comments

Comments
 (0)