mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
The macro Z_PROGBITS_SYM has "\%" but this is not correct usage to escape "%". So remove the extra slash. Note that this macro is used directly to generate assembly code so it cannot be "%%" as in escaping "%" in printf(). Fixes #40439 Signed-off-by: Daniel Leung <daniel.leung@intel.com>