Bluetooth: Controller: Typo in Kconfig

Changed documentation in Bluetooth Controller
Kconfig for BT_CTLR_ASSERT_HANDLER

Signed-off-by: Kristoffer Rist Skøien <kristoffer.skoien@nordicsemi.no>
This commit is contained in:
Kristoffer Rist Skøien 2019-09-10 09:25:33 +02:00 committed by Kumar Gala
commit c58af2b686

View file

@ -767,7 +767,7 @@ config BT_CTLR_ASSERT_HANDLER
help
This option enables an application-defined sink for the
controller assertion mechanism. This must be defined in
application code as void \"bt_controller_assert_handle(char \*, int)\"
application code as void \"bt_ctlr_assert_handle(char \*, int)\"
and will be invoked whenever the controller code encounters
an unrecoverable error.