commit | 1af73a66ab152878abd202b3ee8421df186f1123 | [log] [tgz] |
---|---|---|
author | Martí Bolívar <marti.bolivar@nordicsemi.no> | Mon Jun 15 09:59:23 2020 -0700 |
committer | Carles Cufí <carles.cufi@nordicsemi.no> | Thu Jun 18 19:38:10 2020 +0200 |
tree | a2d26591ba3b6c012710d0deb482a329fdf466e5 | |
parent | 67ac7684157283b7c1ee6999f9361f1251644a89 [diff] |
sys/util.h: remove deprecated MACRO_MAP() Since this is an experimental API and MACRO_MAP() was deprecated in favor of FOR_EACH() in zephyr v2.3.0, we are within our rights to just remove it without notice now. Do so and mention it in the release notes. Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>