-
Notifications
You must be signed in to change notification settings - Fork 7.4k
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
fix(timer): Typo - milis instead of millis #10193
fix(timer): Typo - milis instead of millis #10193
Conversation
👋 Hello leandromattioli, we appreciate your contribution to this project! Click to see more instructions ...
Review and merge process you can expect ...
|
Test Results 56 files 56 suites 4m 51s ⏱️ Results for commit fb21be5. ♻️ This comment has been updated with latest results. |
Memory usage test (comparing PR against master branch)The table below shows the summary of memory usage change (decrease - increase) in bytes and percentage for each target.
Click to expand the detailed deltas report [usage change in BYTES]
|
Could you please look at the docs errors and add extra asterisk under the titles: https://github.com/espressif/arduino-esp32/actions/runs/10443652624/job/28917305939?pr=10193#step:4:487 |
fix CI error about format
Fixed. |
Thanks. |
Description of Change
The timer API (both source and documentation) has a typo! Function timerReadMilis should be named timerReadMillis (with double l). Since it would change the header file, I don't know whether this should be fixed already in the 3.x version.
But since Arduino has the function millis(), I consider appropriate to fix the typo.
Tests scenarios
N/A (just a "global" find and replace among all the project files)
Update relevant documentation: already in the commit