commit | 8b8a3bbf713264e926d358bde7b606d4148d1c58 | [log] [tgz] |
---|---|---|
author | Jakub Rzeszutko <jakub.rzeszutko@nordicsemi.no> | Tue Sep 21 11:10:28 2021 +0200 |
committer | Christopher Friedt <chrisfriedt@gmail.com> | Fri Oct 01 14:42:25 2021 -0400 |
tree | bf03cd57cfd51f172c00968bd7e792c81a438e90 | |
parent | 917d5021d701a003ab098b510b486074805fe4f5 [diff] |
shell: fix assert in panic mode In panic mode, the function: z_shell_fprintf is expected to be called from an interrupt context. Therefore, the dedicated assert cannot be checked in this case. Fixes #38612 Signed-off-by: Jakub Rzeszutko <jakub.rzeszutko@nordicsemi.no>