Skip to content

NRF5x: Fix baremetal linker error #12151

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 8, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
#include "app_error.h"
#include "nordic_common.h"

#if defined(DEBUG_NRF)
#if !MBED_CONF_BLE_PRESENT
#if defined(DEBUG_NRF) || defined(DEBUG_NRF_USER)
void assert_nrf_callback(uint16_t line_num, const uint8_t * file_name)
{
assert_info_t assert_info =
Expand All @@ -52,4 +53,5 @@ void assert_nrf_callback(uint16_t line_num, const uint8_t * file_name)

UNUSED_VARIABLE(assert_info);
}
#endif /* DEBUG_NRF */
#endif /* defined(DEBUG_NRF) || defined(DEBUG_NRF_USER) */
#endif // !MBED_CONF_BLE_PRESENT