Skip to content
This repository was archived by the owner on Oct 29, 2019. It is now read-only.

Commit 731d8ca

Browse files
committed
experimental code to fix sprintf stuff
1 parent 218b63a commit 731d8ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

i2c/i2c_constants.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#define I2CDATA_DELIMITER ":"
2222
#define I2CDATA_BUFFER_LEN 32
2323
// formatting string, sprintf into a buffer using it
24-
#define I2CDATA_FORMAT_STRING CONTROLLER_DATA
24+
#define I2CDATA_FORMAT_STRING CONTROLLER_DATA ":::::"
2525

2626
#endif
2727

0 commit comments

Comments
 (0)