Merge pull request #6297 from thomaseichinger/pr/fix_doc_base64

sys/base64: fix a documentation confusion
pr/spi.typo
BytesGalore 6 years ago committed by GitHub
commit 1c8ea7eab2

@ -30,7 +30,7 @@ extern "C" {
#define BASE64_ERROR_BUFFER_OUT (-1) /**< error value for invalid output buffer pointer */
#define BASE64_ERROR_BUFFER_OUT_SIZE (-2) /**< error value for invalid output buffer size */
#define BASE64_ERROR_DATA_IN (-3) /**< error value for invalid input buffer */
#define BASE64_ERROR_DATA_IN_SIZE (-4) /**< error value for invalid output buffer size */
#define BASE64_ERROR_DATA_IN_SIZE (-4) /**< error value for invalid input buffer size */
/**
* @brief Encodes a given datum to base64 and save the result to the given destination.

Loading…
Cancel
Save