Skip to content

Commit fe273d8

Browse files
Katze719Mqxx
andauthored
Update include/cpp_core/interface/serial_set_write_callback.h
Co-authored-by: Mqx <[email protected]>
1 parent a7ed564 commit fe273d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/cpp_core/interface/serial_set_write_callback.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ extern "C"
1313
*
1414
* @param callback Function receiving the number of bytes that have just been written.
1515
*/
16-
MODULE_API void serialSetWriteCallback(void (*callback)(int bytes_written));
16+
MODULE_API void serialSetWriteCallback(void (*callback_fn)(int bytes_written));
1717

1818
#ifdef __cplusplus
1919
}

0 commit comments

Comments
 (0)