Merge pull request #7411 from SenRamakri/sen_FixWrongConfigBinding

Fix wrong config binding
pull/7421/head
Cruz Monrreal 2018-07-05 10:42:11 -05:00 committed by GitHub
commit 9ff201d86d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ static mbed_error_status_t handle_error(mbed_error_status_t error_status, unsign
#endif //MBED_CONF_RTOS_PRESENT
#ifdef MBED_CONF_PLATFORM_ERROR_FILENAME_CAPTURE_ENABLED
#if MBED_CONF_PLATFORM_ERROR_FILENAME_CAPTURE_ENABLED
//Capture filename/linenumber if provided
//Index for tracking error_filename
memset(&current_error_ctx.error_filename, 0, MBED_CONF_PLATFORM_MAX_ERROR_FILENAME_LEN);