Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BACKPORT] stm32l4: Fix typo in stm32l4_rcc for NuttX v10.3.0 #321

Open
wants to merge 1 commit into
base: px4_firmware_nuttx-10.3.0+-v1.14
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: Fix typo in stm32l4_rcc for nuttex v10.3.0
Would it be please possible to commit this fix to branch px4_firmware_nuttx-10.3.0-v1.14
colab2255 authored Aug 22, 2024
commit adb2aae62d73b0a500e3c6f7ae5ed5a5d5edf5cc
2 changes: 1 addition & 1 deletion arch/arm/src/stm32l4/stm32l4_rcc.h
Original file line number Diff line number Diff line change
@@ -53,7 +53,7 @@
#define EXTERN extern "C"
extern "C"
{
#elseO
#else
#define EXTERN extern
#endif