Skip to content

Commit b6a7add

Browse files
committed
Remove wrong sanity check
Fix confusing comment
1 parent b892b3f commit b6a7add

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

esp3d/configuration.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676

7777
/* Optional Output
7878
* Instead of Serial, you can use USB Serial
79-
* USE_USB_SERIAL //for ESP32 S2/S3 Only
79+
* USB_SERIAL_FEATURE on ESP32 S2/S3 Only
8080
*/
8181
//#define USB_SERIAL_FEATURE
8282

esp3d/src/include/esp3d_sanity.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,6 @@
8989
#endif
9090

9191

92-
93-
#if ESP_SERIAL_OUTPUT == USE_USB_SERIAL && !defined(USB_SERIAL_FEATURE)
94-
#error USB_SERIAL_FEATURE is necessary for ESP_SERIAL_OUTPUT == USE_USB_SERIAL
95-
#endif
96-
97-
9892
/**************************
9993
* Bluetooth
10094
* ***********************/

0 commit comments

Comments
 (0)