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

pkg/cryptoauthlib/atca: Fix documentation group

This commit is contained in:
Leandro Lanzieri 2020-07-06 16:26:13 +02:00
parent d510e034ea
commit 88819c3118
No known key found for this signature in database
GPG Key ID: 13559905E2EBEAA5

View File

@ -28,6 +28,8 @@ extern "C" {
#endif
/**
* @defgroup drivers_atca_config ATCA driver compile configuration
* @ingroup config_drivers_misc
* @brief Set default configuration parameters for the ATCA device
*
* The CryptoAuth library defines the data structure ATCAIfaceCfg for
@ -38,7 +40,6 @@ extern "C" {
* We also initialize the baud rate with zero, because RIOT doesn't have
* an API to change baud.
*
* @ingroup config
* @{
*/