Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: ros_lib_kinetic
Diff: HLComms.h
- Revision:
- 11:7029367a1840
- Parent:
- 9:cd3607ba5643
- Child:
- 12:595ed862e52f
--- a/HLComms.h Tue Aug 07 15:31:59 2018 +0000
+++ b/HLComms.h Fri Aug 10 10:40:18 2018 +0000
@@ -43,8 +43,8 @@
const bool IS_DHCP = false;
short int _port;
- unsigned char recv_buffer[1024];
- char send_buffer[1024]; //65
+ unsigned char recv_buffer[400]; //1024
+ char send_buffer[400]; //65
};