Skip to content

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cores/nRF5/Tone.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ static HardwarePWM * const _HwPWM = HwPWMx[2];
5252

5353
void tone(uint8_t pin, unsigned int frequency, unsigned long duration)
5454
{
55-
static_assert(sizeof(unsigned long) == sizeof(uint32_t));
5655
bool new_no_stop;
5756
unsigned long int new_count_duration = (unsigned long int)-1L;
5857
unsigned int time_per=0;

0 commit comments

Comments
 (0)