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.
Diff: vt100.h
- Revision:
- 9:1a94f4a5e716
- Parent:
- 0:62e456e60083
--- a/vt100.h Mon Jul 23 13:19:35 2018 -0700
+++ b/vt100.h Mon Jul 23 17:56:47 2018 -0700
@@ -27,6 +27,8 @@
#define VT100_BAUD 115200
#elif defined(TARGET_NUCLEO_L073RZ)
#define VT100_BAUD 115200
+#elif defined(TARGET_NRF52_DK)
+ #define VT100_BAUD 115200
#else
#error find_usable_vt100_baudrate
#endif