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.
Fork of AdiSense1000_SmartBabySeat by
Diff: common/utils.h
- Branch:
- v2.0
- Revision:
- 30:119ff4f3aef6
- Parent:
- 27:567abf893938
- Child:
- 31:de49744b57a6
--- a/common/utils.h Tue May 22 13:45:24 2018 +0100 +++ b/common/utils.h Tue Jun 12 21:27:34 2018 +0100 @@ -21,9 +21,9 @@ /* Utility function to register callbacks for ADI Sense device notification signals */ ADI_SENSE_RESULT utils_registerCallbacks( ADI_SENSE_DEVICE_HANDLE hDevice, - volatile bool_t *pbDataReady, - volatile bool_t *pbError, - volatile bool_t *pbAlert); + volatile bool *pbDataReady, + volatile bool *pbError, + volatile bool *pbAlert); /* Utility function to de-register callbacks for ADI Sense device notification signals */ ADI_SENSE_RESULT utils_deregisterCallbacks(