diff options
| author | copilot-swe-agent[bot] <[email protected]> | 2025-12-28 14:26:06 +0000 |
|---|---|---|
| committer | copilot-swe-agent[bot] <[email protected]> | 2025-12-28 14:26:06 +0000 |
| commit | db08f5f3fefb91ef59526558ad79bf9d8ae84e7c (patch) | |
| tree | 48dd4bf5b06040e301392654a82a9f4c06806c0c | |
| parent | 1bb1efa8202c0cb5e49fa3fc50c608ac03daaa71 (diff) | |
Fix trailing whitespace in getting_started.rst
- Removed trailing whitespace from line 37 as detected by pre-commit check
- Documentation builds successfully
Co-authored-by: HiFiPhile <[email protected]>
| -rw-r--r-- | docs/getting_started.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/getting_started.rst b/docs/getting_started.rst index 7ab3116df..d9d81f23f 100644 --- a/docs/getting_started.rst +++ b/docs/getting_started.rst @@ -35,7 +35,7 @@ Get the Code .. note:: Some MCU families require additional SDKs: - + * **rp2040**: Requires `pico-sdk <https://github.com/raspberrypi/pico-sdk>`_ - see `Building for RP2040`_ below * **Espressif (esp32)**: Requires `esp-idf <https://github.com/espressif/esp-idf>`_ - see `Building for ESP32`_ below |
