Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Longer delays for Ticker and some internal updates#8625

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
mcspr merged 14 commits intoesp8266:masterfrommcspr:ticker/longer-delay
Nov 1, 2022
Merged
Changes from1 commit
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
PrevPrevious commit
NextNext commit
comments
  • Loading branch information
@mcspr
mcspr committedNov 1, 2022
commit0843cbfeaf2492a51dffc594dd3bc2234ba69f3b
4 changes: 3 additions & 1 deletionlibraries/Ticker/src/Ticker.h
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -202,9 +202,11 @@ class Ticker
ETSTimer* _timer = nullptr;

private:
// XXX undefined behaviour? fix next pr
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wcast-function-type"
// original implementation inluded type coersion of integer values that would fit into uintptr_t
// to avoid writing these in our every method, use a generic type that automatically converts it
// (XXX it is a weird hack, though, consider removing this in the future and prever void* instead)
struct callback_ptr_t
{
template <typename T>
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp