commit | cd0659e36fc3add45fd21f669bf8355cdd231c39 | [log] [tgz] |
---|---|---|
author | Alberto Escolar Piedras <alpi@oticon.com> | Wed May 06 16:05:44 2020 +0200 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri May 08 08:37:21 2020 -0400 |
tree | a146e77a1b682a265de2ebaa2881b81bdddec5f6 | |
parent | 351f39f9cd341b38d60792cd7ffa93a832750f28 [diff] |
util.h: Remove INLINE definition and user INLINE is a very common macro, just like MAX or MIN. Defining it always can easily collide with libraries or application headers. And option would be to add a ifdef guard around it, But it was used in only 1 place in Zephyr, instead of keeping it just for that, remove it. Signed-off-by: Alberto Escolar Piedras <alpi@oticon.com>