1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

tiny-asn1: Fix documentation

Typo
New URL
This commit is contained in:
Mathias Tausig 2018-10-01 22:14:59 +02:00 committed by Mathias Tausig
parent f600e27a64
commit 2cc6637bee
2 changed files with 2 additions and 2 deletions

View File

@ -3,5 +3,5 @@
* @ingroup pkg
* @ingroup sys_crypto
* @brief Lightweight ASN.1 decoding/encoding library
* @see https://gitlab.com/matthegap/tiny-asn1
* @see https://gitlab.com/mtausig/tiny-asn1
*/

View File

@ -1,6 +1,6 @@
# `pkg_tiny-asn1` test
This test tries to execute all basic dunctions of the tiny-asn1 library by decoding and encoding some data.
This test tries to execute all basic functions of the tiny-asn1 library by decoding and encoding some data.
If everything works, the programs exits with a return code of 1 and prints "Decoding finished succesfully" at the end.
In case of an error, the program returns with an exit code of 1.