From 1afd204828b6981e628b2665758708b679773c9a Mon Sep 17 00:00:00 2001 From: Jonny Bergdahl Date: Fri, 2 Apr 2021 20:34:37 +0200 Subject: Changed error message to display the generic term 'system firmware' instead of the Nordic specific term 'soft device' --- supervisor/shared/safe_mode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'supervisor/shared') diff --git a/supervisor/shared/safe_mode.c b/supervisor/shared/safe_mode.c index e8778216a..f9e787c15 100644 --- a/supervisor/shared/safe_mode.c +++ b/supervisor/shared/safe_mode.c @@ -182,7 +182,7 @@ void print_safe_mode_message(safe_mode_t reason) { // defined in ports/nrf/bluetooth/bluetooth_common.mk // will print "Unknown reason" if somehow encountered on other ports case NORDIC_SOFT_DEVICE_ASSERT: - serial_write_compressed(translate("Nordic Soft Device failure assertion.")); + serial_write_compressed(translate("Nordic system firmware failure assertion.")); break; #endif case FLASH_WRITE_FAIL: -- cgit v1.2.3