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.
Dependents: EVAL-AD568x-AD569x EVAL-AD7124 EVAL-AD5592R EVAL-AD717x-AD411x ... more
Revision 9:dee92955bc3d, committed 2022-05-09
- Comitter:
- pmallick
- Date:
- Mon May 09 09:54:26 2022 +0530
- Parent:
- 8:17fbfba02ff1
- Commit message:
- * Missed out change from the last commit
Changed in this revision
| adi_console_menu.c | Show annotated file Show diff for this revision Revisions of this file |
--- a/adi_console_menu.c Fri May 06 17:40:22 2022 +0530
+++ b/adi_console_menu.c Mon May 09 09:54:26 2022 +0530
@@ -149,7 +149,7 @@
}
// If both are NULL, then return Not Supported action.
else if (menu->items[i].action != NULL && menu->items[i].submenu != NULL) {
- ret = -ENOTSUP;
+ ret = -1;
}
// Store the return value if it is negative.