Skip to content

Commit a443e9b

Browse files
committed
Fix wrong config binding
1 parent f12afde commit a443e9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform/mbed_error.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ static mbed_error_status_t handle_error(mbed_error_status_t error_status, unsign
133133

134134
#endif //MBED_CONF_RTOS_PRESENT
135135

136-
#ifdef MBED_CONF_PLATFORM_ERROR_FILENAME_CAPTURE_ENABLED
136+
#if MBED_CONF_PLATFORM_ERROR_FILENAME_CAPTURE_ENABLED
137137
//Capture filename/linenumber if provided
138138
//Index for tracking error_filename
139139
memset(&current_error_ctx.error_filename, 0, MBED_CONF_PLATFORM_MAX_ERROR_FILENAME_LEN);

0 commit comments

Comments
 (0)