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:
parent
f600e27a64
commit
2cc6637bee
@ -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
|
||||
*/
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user