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: test.h
- Revision:
- 10:612739c6d27d
- Parent:
- 8:b9c096965c00
diff -r b9c096965c00 -r 612739c6d27d test.h --- a/test.h Tue Feb 14 02:38:18 2017 +0000 +++ b/test.h Tue Feb 14 07:55:15 2017 +0000 @@ -27,4 +27,8 @@ void construct_vector_using_function_that_returns_int_test(); void test_create_vector_by_copy_test(); +void string_to_data_test(); +void hexa_char_to_dec_test(); + + #endif