Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed
Fork of el17ajf by
Menus/Menu/Menu.cpp
- Committer:
- el17ajf
- Date:
- 2019-04-27
- Revision:
- 37:8da316cf4549
- Parent:
- 28:e09b7ac11dea
File content as of revision 37:8da316cf4549:
#include "Menu.h"
#include "MenuManager.h"
void Menus::Menu::close() {
MenuManager::close();
}
