Skip to content
This repository has been archived by the owner on Jan 27, 2025. It is now read-only.

Added missing semicolon #21

Merged
merged 1 commit into from
Sep 1, 2024
Merged

Added missing semicolon #21

merged 1 commit into from
Sep 1, 2024

Conversation

bjoerge
Copy link
Contributor

@bjoerge bjoerge commented Aug 31, 2024

Motivation

Compiling for XIAO ESP32C3 currently fails with the following error due to a missing semicolon:

~/Documents/Arduino/libraries/PDLS_EXT3_Basic_Global/src/hV_HAL_Peripherals.cpp: In function 'void hV_HAL_SPI3_begin()':
~/Documents/Arduino/libraries/PDLS_EXT3_Basic_Global/src/hV_HAL_Peripherals.cpp:240:29: error: expected ';' before '}' token
  240 |     hV_HAL_SPI3_define(8, 9) // SCK SDA
      |                             ^
      |                             ;
......
  253 | }
      | ~                            

exit status 1

Compilation error: exit status 1

Change description

Adds a missing semicolon

Other information

Reviewer checklist

  • PR addresses a single concern.
  • The PR has no duplicates (please search among the Pull Requests before creating one)
  • PR title and description are properly filled.
  • Docs have been added / updated (for bug fixes / features)

@rei-vilo rei-vilo merged commit 4c27c63 into rei-vilo:main Sep 1, 2024
2 checks passed
@rei-vilo
Copy link
Owner

rei-vilo commented Sep 1, 2024

Thank you for reporting and fixing this issue!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants