Skip to content

Commit 715791f

Browse files
authored
Fix indentation
1 parent 320e264 commit 715791f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

RFCs/0003-build-profiles.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -87,13 +87,13 @@ A complete example of a `sketch.yaml` may be the following:
8787
```
8888
profiles:
8989
nanorp:
90-
fqbn: arduino:mbed_nano:nanorp2040connect
91-
platforms:
92-
- platform: arduino:mbed_nano (2.1.0)
93-
libraries:
94-
- ArduinoIoTCloud (1.0.2)
95-
- Arduino_ConnectionHandler (0.6.4)
96-
- TinyDHT sensor library (1.1.0)
90+
fqbn: arduino:mbed_nano:nanorp2040connect
91+
platforms:
92+
- platform: arduino:mbed_nano (2.1.0)
93+
libraries:
94+
- ArduinoIoTCloud (1.0.2)
95+
- Arduino_ConnectionHandler (0.6.4)
96+
- TinyDHT sensor library (1.1.0)
9797
9898
another_profile_name:
9999
notes: testing the limit of the AVR platform, may be unstable

0 commit comments

Comments
 (0)