-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
bootloader: Use proper CR-LF end line chars #19955
base: main
Are you sure you want to change the base?
Conversation
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: e7d30f99f0aa868af55f46d8e664d79056d9e153 more detailssdk-nrf:
Github labels
List of changed files detected by CI (1)
Outputs:ToolchainVersion: 342151af73 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
eafed3d
to
999b074
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
\n\r
is wrong
- Windows:
\r\n
- Linux/mac:
\n
- There is no
\n\r
except for mac 15+ years ago or some incredibly specific tiny OS's
I messed this up. You have right. There is mix of |
This fix helps to test UART output from board. Signed-off-by: Lukasz Fundakowski <lukasz.fundakowski@nordicsemi.no>
999b074
to
e7d30f9
Compare
This fix helps to test UART output from board.