Skip to content

Commit

Permalink
Merge branch 'UpsilonNumworks:upsilon-dev' into superOS-master
Browse files Browse the repository at this point in the history
  • Loading branch information
AngeDieu authored Nov 24, 2023
2 parents c029eb8 + 52bc616 commit 96a0d73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion apps/math_toolbox.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ const ToolboxMessageTree complexChildren[] = {

const ToolboxMessageTree combinatoricsChildren[] = {
ToolboxMessageTree::Leaf(I18n::Message::BinomialCommandWithArg, I18n::Message::Combination),
ToolboxMessageTree::Leaf(I18n::Message::PermuteCommandWithArg, I18n::Message::Permutation)
ToolboxMessageTree::Leaf(I18n::Message::PermuteCommandWithArg, I18n::Message::Permutation),
ToolboxMessageTree::Leaf(I18n::Message::FactorialCommandWithArg, I18n::Message::Factorial)
};

const ToolboxMessageTree normalDistributionChildren[] = {
Expand Down
2 changes: 1 addition & 1 deletion ion/src/device/shared/usb/calculator.h
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class Calculator : public Device {
&m_webUSBPlatformDescriptor),
m_languageStringDescriptor(),
m_manufacturerStringDescriptor("NumWorks"),
m_productStringDescriptor("Upsilon Calculator"),
m_productStringDescriptor("NumWorks Calculator"),
m_serialNumberStringDescriptor(serialNumber),
m_interfaceStringDescriptor(stringDescriptor()),
//m_interfaceStringDescriptor("@SRAM/0x20000000/01*256Ke"),
Expand Down

0 comments on commit 96a0d73

Please sign in to comment.