release 1.04.1
фикс кривой записи файлов для matlab 2021
This commit is contained in:
@@ -541,7 +541,7 @@ classdef periphConfig
|
||||
code = editCode.insertSection(code, '// PERIPH DEINIT', deinitFuncsText);
|
||||
|
||||
% Записываем обновленный файл
|
||||
fid = fopen(wrapPath, 'w', 'n', 'UTF-8');
|
||||
fid = fopen(wrapPath, 'w', 'n');
|
||||
if fid == -1
|
||||
error('Не удалось открыть файл для записи');
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user