Skip to content

[aws/uart] Added static attribute to necessarily static function#5

Open
Cirromulus wants to merge 1 commit into
DLR-RY:developfrom
Cirromulus:fix-freertos-uart
Open

[aws/uart] Added static attribute to necessarily static function#5
Cirromulus wants to merge 1 commit into
DLR-RY:developfrom
Cirromulus:fix-freertos-uart

Conversation

@Cirromulus
Copy link
Copy Markdown

	static void
	flushWriteBuffer() { while(not isWriteFinished()); }

function is static, needs check whether write is finished.
That information can and should be gotten static, but the corresponding function is missing the attribute.

Probably forgotten.

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.

1 participant