nguyen hoang
/
Dot-Examples-Khang290319
publish
Diff: examples/inc/dot_util.h
- Revision:
- 34:15ea8f985c54
- Parent:
- 32:febff0fd3195
diff -r febff0fd3195 -r 15ea8f985c54 examples/inc/dot_util.h --- a/examples/inc/dot_util.h Thu Sep 13 15:32:55 2018 -0500 +++ b/examples/inc/dot_util.h Wed Apr 24 12:50:08 2019 +0000 @@ -37,6 +37,6 @@ void sleep_restore_io(); -void send_data(std::vector<uint8_t> data); +int send_data(std::vector<uint8_t> data); #endif