Skip to content

Commit 1cf962c

Browse files
committed
Fixed ms_u8x8_byte_hw_i2c function declaration.
1 parent 9ed4cb5 commit 1cf962c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ms_u8g2_porting.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
extern "C" {
1818
#endif
1919

20-
ms_uint8_t ms_u8x8_byte_hw_i2c(ms_uint8_t *u8x8, ms_uint8_t msg, ms_uint8_t arg_int, ms_ptr_t arg_ptr);
20+
ms_uint8_t ms_u8x8_byte_hw_i2c(u8x8_t *u8x8, ms_uint8_t msg, ms_uint8_t arg_int, ms_ptr_t arg_ptr);
2121
ms_uint8_t ms_u8x8_gpio_and_delay_hw_i2c(u8x8_t *u8x8, ms_uint8_t msg, ms_uint8_t arg_int, ms_ptr_t arg_ptr);
2222
void ms_u8x8_i2c_dev_set(const char *i2c_dev);
2323
void ms_u8x8_i2c_address_set(ms_uint16_t i2c_addr);

0 commit comments

Comments
 (0)