Skip to content

Commit

Permalink
Remove wrong sanity check
Browse files Browse the repository at this point in the history
Fix confusing comment
  • Loading branch information
luc-github committed Nov 3, 2024
1 parent b892b3f commit b6a7add
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion esp3d/configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@

/* Optional Output
* Instead of Serial, you can use USB Serial
* USE_USB_SERIAL //for ESP32 S2/S3 Only
* USB_SERIAL_FEATURE on ESP32 S2/S3 Only
*/
//#define USB_SERIAL_FEATURE

Expand Down
6 changes: 0 additions & 6 deletions esp3d/src/include/esp3d_sanity.h
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,6 @@
#endif



#if ESP_SERIAL_OUTPUT == USE_USB_SERIAL && !defined(USB_SERIAL_FEATURE)
#error USB_SERIAL_FEATURE is necessary for ESP_SERIAL_OUTPUT == USE_USB_SERIAL
#endif


/**************************
* Bluetooth
* ***********************/
Expand Down

0 comments on commit b6a7add

Please sign in to comment.