mirror of
https://github.com/eclipse/upm.git
synced 2025-07-01 09:21:12 +03:00
ims/max30100: Fixed small typo
Changed Initilize -> Initialize. Signed-off-by: Noel Eck <noel.eck@intel.com>
This commit is contained in:
@ -37,7 +37,7 @@ ims_context* ims_init(int16_t i2c_bus, int16_t i2c_address)
|
||||
goto ims_init_fail;
|
||||
}
|
||||
|
||||
/* Initilize mraa */
|
||||
/* Initialize mraa */
|
||||
mraa_result_t result = mraa_init();
|
||||
if (result != MRAA_SUCCESS)
|
||||
{
|
||||
|
@ -39,7 +39,7 @@ max30100_context* max30100_init(int16_t i2c_bus)
|
||||
goto max30100_init_fail;
|
||||
}
|
||||
|
||||
/* Initilize mraa */
|
||||
/* Initialize mraa */
|
||||
mraa_result_t result = mraa_init();
|
||||
if (result != MRAA_SUCCESS)
|
||||
{
|
||||
|
Reference in New Issue
Block a user