Skip to content

Commit

Permalink
[menu] Add optional allocator for ui menu classes (#5)
Browse files Browse the repository at this point in the history
* [menu] Add optional allocator for ui menu classes, used for destroying AbstractViews

* [menu] remove coupling between modm gui and modm menu view and menu

This is because the gui stuff requires colored menus
but the menu code should not have to have colored
menus. This wouldn't be an issue if we could dynamic
cast but on certain devices you can't do this.
  • Loading branch information
MatthewMArnold authored and manoliptram committed May 10, 2023
1 parent ef7a270 commit b1ba9f6
Showing 1 changed file with 0 additions and 32 deletions.
32 changes: 0 additions & 32 deletions test/modm/math/saturation/saturation_test.hpp

This file was deleted.

0 comments on commit b1ba9f6

Please sign in to comment.