Fixing typo across many files (#1287)
* Update furi_hal_subghz.c * Update subghz_scene_read_raw.c * Update subghz_i.c * Update came_twee.c * Update secplus_v2.c
This commit is contained in:
		| @@ -145,7 +145,7 @@ static LevelDuration | ||||
|         break; | ||||
|  | ||||
|     default: | ||||
|         furi_crash("SugGhz: ManchesterEncoderResult is incorrect."); | ||||
|         furi_crash("SubGhz: ManchesterEncoderResult is incorrect."); | ||||
|         break; | ||||
|     } | ||||
|     return level_duration_make(data.level, data.duration); | ||||
|   | ||||
| @@ -442,7 +442,7 @@ static LevelDuration | ||||
|         break; | ||||
|  | ||||
|     default: | ||||
|         furi_crash("SugGhz: ManchesterEncoderResult is incorrect."); | ||||
|         furi_crash("SubGhz: ManchesterEncoderResult is incorrect."); | ||||
|         break; | ||||
|     } | ||||
|     return level_duration_make(data.level, data.duration); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user