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 a7ed564 commit fe273d8Copy full SHA for fe273d8
include/cpp_core/interface/serial_set_write_callback.h
@@ -13,7 +13,7 @@ extern "C"
13
*
14
* @param callback Function receiving the number of bytes that have just been written.
15
*/
16
- MODULE_API void serialSetWriteCallback(void (*callback)(int bytes_written));
+ MODULE_API void serialSetWriteCallback(void (*callback_fn)(int bytes_written));
17
18
#ifdef __cplusplus
19
}
0 commit comments