have to be a better mock
It seems to assert >0 for success
This commit is contained in:
parent
06543e9899
commit
e426342bc1
|
@ -4842,9 +4842,9 @@ uint32_t app_bt_restore_hid_app_ctx(uint8_t *buf)
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
uint32_t app_bt_restore_hid_app_ctx(uint8_t *buf)
|
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)
|
uint32_t app_bt_save_hid_app_ctx(uint8_t *buf)
|
||||||
{return 0;}
|
{return 4;}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
#endif /* ENHANCED_STACK */
|
#endif /* ENHANCED_STACK */
|
||||||
|
|
Loading…
Reference in New Issue