Skip to content

Commit 83bad73

Browse files
committed
Remove warning for unsupported STM family
1 parent 7e4da13 commit 83bad73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/arduino/ports/stm32/Adafruit_TinyUSB_stm32.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
#include "stm32wbxx_hal.h"
5151
#include "stm32wbxx_hal_rcc.h"
5252
#else
53-
#warning "This TinyUSB port only supports the STM32F4, STM32F7, STM32H7, STM32WB and STM32WBA families"
53+
//#warning "This TinyUSB port only supports the STM32F4, STM32F7, STM32H7, STM32WB and STM32WBA families"
5454
#endif
5555

5656
#include "tusb.h"

0 commit comments

Comments
 (0)