diff --git a/features/FEATURE_BLE/targets/TARGET_CORDIO/doc/PortingGuide.md b/features/FEATURE_BLE/targets/TARGET_CORDIO/doc/PortingGuide.md index 2b8c0abc3f..9fbe4d6800 100644 --- a/features/FEATURE_BLE/targets/TARGET_CORDIO/doc/PortingGuide.md +++ b/features/FEATURE_BLE/targets/TARGET_CORDIO/doc/PortingGuide.md @@ -128,7 +128,7 @@ public: virtual void start_reset_sequence(); - virtual void handle_reset_sequence(uint8_t \*msg); + virtual void handle_reset_sequence(uint8_t *msg); private: // private driver declarations };