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 nedonse committed Mar 18, 2024
1 parent 096b388 commit b2a0189
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 b2a0189

Please sign in to comment.