have to be a better mock

It seems to assert >0 for success
This commit is contained in:
Ben V. Brown 2022-12-30 20:30:51 +11:00
parent 06543e9899
commit e426342bc1
1 changed files with 2 additions and 2 deletions

View File

@ -4842,9 +4842,9 @@ uint32_t app_bt_restore_hid_app_ctx(uint8_t *buf)
}
#else
uint32_t app_bt_restore_hid_app_ctx(uint8_t *buf)
{return 0;}
{return 4;}
uint32_t app_bt_save_hid_app_ctx(uint8_t *buf)
{return 0;}
{return 4;}
#endif
#endif /* ENHANCED_STACK */