We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb55315 commit a2a4371Copy full SHA for a2a4371
cores/nRF5/Tone.cpp
@@ -52,7 +52,6 @@ static HardwarePWM * const _HwPWM = HwPWMx[2];
52
53
void tone(uint8_t pin, unsigned int frequency, unsigned long duration)
54
{
55
- static_assert(sizeof(unsigned long) == sizeof(uint32_t));
56
bool new_no_stop;
57
unsigned long int new_count_duration = (unsigned long int)-1L;
58
unsigned int time_per=0;
0 commit comments