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

ESP32-S2: fix compilation with USE_USB_SERIAL #1338

Merged
merged 1 commit into from
Oct 14, 2024

Conversation

petermm
Copy link
Contributor

@petermm petermm commented Oct 14, 2024

Compiling with USE_USB_SERIAL for usb console on s2, would fail as init_usb_serial() is defined after it's called.

Safe for 0.6.5 inclusion.

These changes are made under both the "Apache 2.0" and the "GNU Lesser General
Public License 2.1 or later" license terms (dual license).

SPDX-License-Identifier: Apache-2.0 OR LGPL-2.1-or-later

Compiling with USE_USB_SERIAL for usb console on s2, would fail as init_usb_serial() is defined after it's called.

Safe for 0.6.5 inclusion.

Signed-off-by: Peter M <petermm@gmail.com>
@bettio bettio changed the title Fix compilation with USE_USB_SERIAL ESP32-S2: fix compilation with USE_USB_SERIAL Oct 14, 2024
@bettio bettio merged commit 5b46139 into atomvm:release-0.6 Oct 14, 2024
25 checks passed
@petermm petermm deleted the fix-usb-serial branch October 14, 2024 23:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants