Skip to content

Commit 6f73f5d

Browse files
Add USBDEVICE to NUCLEO_F722ZE target
USB was missing from NUCLEO_F722ZE but is present and working on the board.
1 parent 6bb606f commit 6f73f5d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

targets/targets.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2395,6 +2395,9 @@
23952395
"macros_add": [
23962396
"STM32F722xx"
23972397
],
2398+
"device_has_add": [
2399+
"USBDEVICE"
2400+
],
23982401
"supported_form_factors": [
23992402
"ARDUINO_UNO"
24002403
],

0 commit comments

Comments
 (0)