Private
Public Access
2
0

mraa.c: make mraa_get_platform_name use a const char

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Brendan Le Foll
2016-01-20 15:58:28 +00:00
parent bdb5ef66e9
commit 0aed0003ff
4 changed files with 12 additions and 8 deletions

View File

@@ -140,7 +140,7 @@ mraa_result_t mraa_set_log_level(int level);
*
* @return platform name
*/
char* mraa_get_platform_name();
const char* mraa_get_platform_name();
/**
* Return the platform's versioning info, the information given depends per