Skip to content

Unused static variable in ReceiveData() #12

@xennex22

Description

@xennex22

There is a static variable n_prev in the ESP32 function ReceiveData which is assigned but not used for anything.

static uint32_t n_prev;

if (n == n_prev) {
/* No new bytes received */
n = 0U;
}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions