Skip to content
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
1 change: 1 addition & 0 deletions src/btrCore.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
* limitations under the License.
*/
//btrCore.c
/*Preethi 1*/
Copy link

Copilot AI Mar 27, 2026

Choose a reason for hiding this comment

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

The added comment /*Preethi 1*/ doesn’t convey any technical intent and reads like a placeholder/personal note. Please remove it, or replace it with a meaningful comment that explains a non-obvious behavior (and why it’s needed).

Suggested change
/*Preethi 1*/

Copilot uses AI. Check for mistakes.
Copy link

Copilot AI Mar 27, 2026

Choose a reason for hiding this comment

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

PR description/title mentions investigating a device deepsleep crash, but the only change here is adding a dummy comment. Please either update the PR description to match the change, or include the actual code change(s) addressing the crash.

Copilot uses AI. Check for mistakes.
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
Expand Down
Loading