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.
Revision 2:4480021e9f58, committed 2022-08-18
- Comitter:
- howanglam3
- Date:
- Thu Aug 18 07:35:12 2022 +0000
- Parent:
- 1:da82487f547e
- Commit message:
- unchanged
Changed in this revision
ros.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/ros.h Fri Nov 08 14:55:04 2019 -0300 +++ b/ros.h Thu Aug 18 07:35:12 2022 +0000 @@ -40,7 +40,7 @@ namespace ros { - typedef NodeHandle_<MbedHardware> NodeHandle; + typedef NodeHandle_<MbedHardware, 2, 2, 256, 256> NodeHandle; } #endif