internal/platform_name: move to const char*
authorThomas Ingleby <thomas.c.ingleby@intel.com>
Wed, 21 Jan 2015 15:35:54 +0000 (15:35 +0000)
committerThomas Ingleby <thomas.c.ingleby@intel.com>
Wed, 21 Jan 2015 15:35:54 +0000 (15:35 +0000)
commit53a9a7dce438776fad93b6326675d91769603043
tree7887a81d628a62a397ded910a31525229d484a34
parent067487f9ece194bcddbc8ec998835817e2497457
internal/platform_name: move to const char*

Instead of plain char* to avoid need to malloc and do all the needed
error checking needed that goes along with that.

Signed-off-by: Thomas Ingleby <thomas.c.ingleby@intel.com>
api/mraa/common.h
src/mraa.c
src/x86/intel_de3815.c
src/x86/intel_edison_fab_c.c
src/x86/intel_galileo_rev_d.c
src/x86/intel_galileo_rev_g.c
src/x86/intel_minnow_max.c