commit | 9311bf7709d5cef5f31e722d4e709915a5d9025b | [log] [tgz] |
---|---|---|
author | Benoit Leforestier <benoit.leforestier@gmail.com> | Sat Feb 09 21:06:13 2019 +0100 |
committer | Anas Nashif <anas.nashif@intel.com> | Sun Feb 10 13:54:15 2019 -0500 |
tree | 4de79fa6790ebdf656c84f62ea8bcd3a55260763 | |
parent | 33ca224ffdda90986a380748befda0de4977e3ef [diff] |
C++ : Fix error: template with C linkage If we include this header files in cpp source code, the compiler say"error: template with C linkage". Include <device.h> must be moved outside the 'extern "C"' section. Signed-off-by: Benoit Leforestier <benoit.leforestier@gmail.com>