Files
zephyr/include/net
Ederson de Souza 827d07abbc net: Fix macro for XCC
NET_SOCKET_GET_NAME macro adds some extra parenthesis that, on XCC (based
on GCC 4.2) ends up in the generated assembly, thus causing `as` to error
with:

  Error: junk at end of line, first unrecognized character is `('

It appears that the parenthesis are actually concatenated to the
generated name for identifier. This patch just removes them.

Signed-off-by: Ederson de Souza <ederson.desouza@intel.com>
2022-02-21 22:17:27 -05:00
..
2022-02-09 22:13:56 -05:00
2021-11-15 10:14:42 -05:00
2021-11-11 07:26:41 -05:00
2021-12-04 07:22:56 -05:00
2022-02-21 22:17:27 -05:00
2022-01-31 14:00:03 -06:00