Skip to content

Commit c85fc65

Browse files
author
Qinghao Shi
committed
Fix code snippet to be cpp rather than c
1 parent fec35cf commit c85fc65

File tree

1 file changed

+1
-1
lines changed
  • docs/api/connectivity/bluetooth

1 file changed

+1
-1
lines changed

docs/api/connectivity/bluetooth/BLE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ the events (methods) you are interested in, the others will inherit the do-nothi
4747

4848
All BLE operations are executed on an instance of BLE accessible through a function in the header `ble/BLE.h`.
4949

50-
```c
50+
```cpp
5151
#include "ble/BLE.h"
5252

5353
BLE& mydevicename = BLE::Instance();

0 commit comments

Comments
 (0)