Skip to content

Commit 7c3d6ec

Browse files
authored
use angle brackets in a docs code block
1 parent 2819745 commit 7c3d6ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/arduino.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Setup:
3232
```
3333
3. In your sketch, add
3434
```cpp
35-
#include DigitalIO.h
35+
#include <DigitalIO.h>
3636
```
3737

3838
@note Note: Pins are listed as follows and can be modified by editing the RF24_config.h file.

0 commit comments

Comments
 (0)