diff options
| author | XaviDCR92 <xavi.dcr@gmail.com> | 2018-03-20 06:37:23 +0100 |
|---|---|---|
| committer | XaviDCR92 <xavi.dcr@gmail.com> | 2018-03-20 06:37:23 +0100 |
| commit | 34c8910b9ff33d50d642fda24c78d88595a59aa6 (patch) | |
| tree | 5b25401c451d13dc4700dc361f7ef97bb1915e60 /Source/PltParser.c | |
| parent | 977ec481d81b3da6c307f37ff2f9147eac3170c0 (diff) | |
| download | airport-34c8910b9ff33d50d642fda24c78d88595a59aa6.tar.gz | |
- .iso files are now ignored.
- Removed deprecated functions from System.c.
* Minor changes.
Diffstat (limited to 'Source/PltParser.c')
| -rw-r--r-- | Source/PltParser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/PltParser.c b/Source/PltParser.c index 772f715..c5f3a8f 100644 --- a/Source/PltParser.c +++ b/Source/PltParser.c @@ -401,7 +401,7 @@ uint8_t* PltParserGenerateFile(TYPE_PLT_CONFIG* ptrPltConfig) return NULL; } - SystemClearBuffer(); + SystemClearFileBuffer(); // At this point, PltBuffer is filled with zeros. Start generating PLT file. |
