Skip to content

Commit

Permalink
Fix issue also for scripts recovery
Browse files Browse the repository at this point in the history
  • Loading branch information
Alerymin authored Dec 14, 2023
1 parent c3a15ea commit 4906b61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootloader/interface/static/messages.h
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class Messages {

//USB NAMES
constexpr static const char * usbUpsilonBootloader = "NumWorks Calculator";
constexpr static const char * usbUpsilonRecovery = "Upsilon Recovery";
constexpr static const char * usbUpsilonRecovery = "NumWorks Calculator";
constexpr static const char * usbBootloaderUpdate = "Bootloader Update";

};
Expand Down

0 comments on commit 4906b61

Please sign in to comment.