Skip to content

Commit

Permalink
LCD with no USB power fix from Jason at UltiMachine.
Browse files Browse the repository at this point in the history
  • Loading branch information
Allted committed Dec 18, 2018
1 parent 2d18812 commit c4c3fc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Marlin/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@
// User-specified version info of this build to display in [Pronterface, etc] terminal window during
// startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
// build by the user have been successfully uploaded into firmware.
#define STRING_CONFIG_H_AUTHOR "(V1 Engineering, Ryan, 302)" // Who made the changes.
#define STRING_CONFIG_H_AUTHOR "(V1 Engineering, Ryan, 303)" // Who made the changes.
#define SHOW_BOOTSCREEN
#define STRING_SPLASH_LINE1 "302 " SHORT_BUILD_VERSION // will be shown during bootup in line 1
#define STRING_SPLASH_LINE1 "303 " SHORT_BUILD_VERSION // will be shown during bootup in line 1
#define STRING_SPLASH_LINE2 WEBSITE_URL // will be shown during bootup in line 2

/**
Expand Down
4 changes: 0 additions & 4 deletions Marlin/src/HAL/HAL_DUE/usb/conf_usb.h
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,6 @@
//! To define a Full speed device
//#define USB_DEVICE_FULL_SPEED

#if MB(ARCHIM1)
#define USB_DEVICE_FULL_SPEED
#endif

//! To authorize the High speed
#ifndef USB_DEVICE_FULL_SPEED
#if (UC3A3||UC3A4)
Expand Down

0 comments on commit c4c3fc4

Please sign in to comment.