mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-24 16:20:49 +01:00
[poincare] Restructuration of poincare (no duplication of children
storage) Change-Id: Ia10c3cc83e10d238750c6954b7c093d26b762c94
This commit is contained in:
@@ -36,7 +36,7 @@ AppsContainer::AppsContainer() :
|
||||
Poincare::Expression::setCircuitBreaker(AppsContainer::poincareCircuitBreaker);
|
||||
}
|
||||
|
||||
bool AppsContainer::poincareCircuitBreaker(const Poincare::Expression * e) {
|
||||
bool AppsContainer::poincareCircuitBreaker() {
|
||||
Ion::Keyboard::State state = Ion::Keyboard::scan();
|
||||
return state.keyDown(Ion::Keyboard::Key::A6);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user