File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1914,7 +1914,7 @@ static int usb_init(void)
1914
1914
return - EIO ;
1915
1915
}
1916
1916
1917
- /* Ignore the return value, as NRFX_ERROR_ALREADY_INITIALIZED is not
1917
+ /* Ignore the return value, as NRFX_ERROR_ALREADY is not
1918
1918
* a problem here.
1919
1919
*/
1920
1920
(void )nrfx_power_init (& power_config );
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ char const *nrfx_error_string_get(nrfx_err_t code)
38
38
NRFX_ERROR_STRING_CASE (NRFX_ERROR_NULL );
39
39
NRFX_ERROR_STRING_CASE (NRFX_ERROR_INVALID_ADDR );
40
40
NRFX_ERROR_STRING_CASE (NRFX_ERROR_BUSY );
41
- NRFX_ERROR_STRING_CASE (NRFX_ERROR_ALREADY_INITIALIZED );
41
+ NRFX_ERROR_STRING_CASE (NRFX_ERROR_ALREADY );
42
42
NRFX_ERROR_STRING_CASE (NRFX_ERROR_DRV_TWI_ERR_OVERRUN );
43
43
NRFX_ERROR_STRING_CASE (NRFX_ERROR_DRV_TWI_ERR_ANACK );
44
44
NRFX_ERROR_STRING_CASE (NRFX_ERROR_DRV_TWI_ERR_DNACK );
You can’t perform that action at this time.
0 commit comments