Skip to content
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

GitHub Action to find typos and lint Python code #493

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

@@ -127,7 +127,7 @@ bool AudioControlCS42448::inputLevelInteger(int32_t n)
return write(CS42448_DAC_Channel_Invert, data, 7);
}

bool AudioControlCS42448::inputLevelInteger(int chnnel, int32_t n)
bool AudioControlCS42448::inputLevelInteger(int channel, int32_t n)
Copy link
Author

Choose a reason for hiding this comment

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

Code change! Careful review, please.

@@ -66,7 +66,7 @@ class AudioControlCS42448 : public AudioControl
bool volumeInteger(uint32_t n);
bool volumeInteger(int channel, uint32_t n);
bool inputLevelInteger(int32_t n);
bool inputLevelInteger(int chnnel, int32_t n);
bool inputLevelInteger(int channel, int32_t n);
Copy link
Author

Choose a reason for hiding this comment

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

Code change! Careful review, please.

if (!notifiction.fixed) {
window.clearTimeout(notifiction.timeoutid);
notifiction.close();
var notification = currentNotifications[i];
Copy link
Author

Choose a reason for hiding this comment

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

Code change! Careful review, please.

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