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

Warnings with TimerInterrupt library #295

Open
usr97629238 opened this issue Mar 30, 2024 · 0 comments
Open

Warnings with TimerInterrupt library #295

usr97629238 opened this issue Mar 30, 2024 · 0 comments

Comments

@usr97629238
Copy link

Warnings while compiling with this library https://github.com/khoih-prog/TimerInterrupt that aren't happening with the stock 328P core:

C:\...\packages\MiniCore\hardware\avr\3.0.1\cores\MCUdude_corefiles/Arduino.h: In instantiation of 'decltype (((b < a) ? b :  a)) min(const T&, const L&) [with T = long int; L = long unsigned int; decltype (((b < a) ? b :  a)) = long unsigned int]':
C:\...\libraries\TimerInterrupt\src/TimerInterrupt.hpp:401:70:   required from here
C:\...\packages\MiniCore\hardware\avr\3.0.1\cores\MCUdude_corefiles/Arduino.h:315:13: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   return (b < a) ? b : a;
          ~~~^~~~
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

No branches or pull requests

1 participant