From 7764754686b5a91cbfe207fef5852718777a0bd5 Mon Sep 17 00:00:00 2001 From: Hauke Petersen Date: Mon, 26 Jun 2017 14:43:21 +0200 Subject: [PATCH] phydat: fixes to phydat_str.c - add some missing unit strings to phydat_unit_to_str - fixed doxygen group and file description --- sys/phydat/phydat_str.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/phydat/phydat_str.c b/sys/phydat/phydat_str.c index 0f2243e5f6..a52ff6c607 100644 --- a/sys/phydat/phydat_str.c +++ b/sys/phydat/phydat_str.c @@ -11,7 +11,7 @@ * @{ * * @file - * @brief Generic sensor/actuator data handling + * @brief String helper functions for formatting and dumping phydat data * * @author Hauke Petersen *