Pass menu ID in MPROP_PAGE_CALLBACK function (#885)

Co-authored-by: shel <2@shelru.ru>
This commit is contained in:
shel
2020-07-17 13:05:13 +04:00
committed by GitHub
parent ff2fc19b08
commit 2e3c105c7d
3 changed files with 4 additions and 4 deletions

View File

@ -76,7 +76,7 @@
/**
* Function to be called on Back and Next (param1 = string)
* public function(id, status); where status is either MENU_BACK or MENU_MORE
* public function(id, status, menu); where status is either MENU_BACK or MENU_MORE
* Pass NULL_STRING to disable the callback
*/
#define MPROP_PAGE_CALLBACK 11