mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Fix typo
This commit is contained in:
parent
fa12a1a704
commit
0dffedda92
@ -302,7 +302,7 @@ soft_reset:
|
||||
}
|
||||
|
||||
// check sensor init result
|
||||
if (sensor_init_ret!= 0) {
|
||||
if (sensor_init_ret != 0) {
|
||||
char buf[512];
|
||||
snprintf(buf, sizeof(buf), "Failed to init sensor, error:%d", sensor_init_ret);
|
||||
__fatal_error(buf);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user