Skip to content

Commit

Permalink
Merge branch 'superOS-master' into superOS-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
AngeDieu committed Nov 25, 2023
2 parents 86aa962 + 96a0d73 commit 142fdc0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions apps/math_toolbox.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +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::FactorialCommandWithArg,
I18n::Message::Factorial)
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 142fdc0

Please sign in to comment.