diff options
| author | coco875 <59367621+coco875@users.noreply.github.com> | 2024-07-29 00:29:10 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-28 16:29:10 -0600 |
| commit | cc5414b013cf33b3cb98c89c74728060bc2ecc5d (patch) | |
| tree | 9de28c8e617870410fe306e0637623e4b38cdbbd /yamls | |
| parent | 3310098088005682a47e9faf997b606a2f89fe35 (diff) | |
fix missing header or not correctly formed header (#24)
Co-authored-by: MegaMech <MegaMech@users.noreply.github.com>
Diffstat (limited to 'yamls')
| -rw-r--r-- | yamls/us/data_segment2.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/yamls/us/data_segment2.yml b/yamls/us/data_segment2.yml index c998b2392..c17f16979 100644 --- a/yamls/us/data_segment2.yml +++ b/yamls/us/data_segment2.yml @@ -1,7 +1,7 @@ :config: external_files: - - "yamls/us\\startup_logo.yml" - - "yamls/us\\common_data.yml" + - "yamls/us/startup_logo.yml" + - "yamls/us/common_data.yml" segments: - [0x02, 0x12AAE0] - [0x0D, 0x132B50] |
