Skip to content
Closed
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
1 change: 1 addition & 0 deletions Source/deviceinfo/device_info/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
#include <stdio.h>
#include <string.h>


Copy link

Copilot AI Mar 26, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change introduces an extra blank line (two consecutive blank lines) between the include block and the first function. If there isn’t a formatting reason for it, consider reverting to avoid whitespace-only/no-op changes in the PR history.

Suggested change

Copilot uses AI. Check for mistakes.
static void toHexString(
const uint8_t data[], const uint32_t dataLength,
char buf[], uint32_t* bufLength)
Expand Down
Loading