Skip to content

Commit 43bee35

Browse files
author
Bogdan Marinescu
committed
Keeping git happy about line endings
Not exactly sure why, but git shows diffs right after cloning a fresh copy of the mbed repo. Definitely has something to do with line endings, but not 100% sure why. Hopefully this will fix things.
1 parent 6d6dd0b commit 43bee35

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

workspace_tools/export/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
'gcc_arm': gccarm.GccArm,
3232
'ds5_5': ds5_5.DS5_5,
3333
'iar': iar.IAREmbeddedWorkbench,
34-
'emblocks' : emblocks.IntermediateFile,
34+
'emblocks' : emblocks.IntermediateFile,
3535
'coide' : coide.CoIDE,
3636
'kds' : kds.KDS,
3737
}

workspace_tools/export_test.py

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -76,21 +76,21 @@ def test_export(toolchain, target, expected_error=None):
7676
setup_test_user_prj()
7777

7878
for toolchain, target in [
79-
('emblocks', 'LPC1768'),
80-
('emblocks', 'LPC1549'),
81-
('emblocks', 'LPC1114'),
82-
('emblocks', 'LPC11U35_401'),
83-
('emblocks', 'LPC11U35_501'),
84-
('emblocks', 'LPCCAPPUCCINO'),
85-
('emblocks', 'LPC2368'),
86-
('emblocks', 'STM32F407'),
87-
('emblocks', 'DISCO_F100RB'),
88-
('emblocks', 'DISCO_F051R8'),
89-
('emblocks', 'DISCO_F407VG'),
90-
('emblocks', 'DISCO_F303VC'),
91-
('emblocks', 'NRF51822'),
92-
('emblocks', 'NUCLEO_F401RE'),
93-
('emblocks', 'NUCLEO_F411RE'),
79+
('emblocks', 'LPC1768'),
80+
('emblocks', 'LPC1549'),
81+
('emblocks', 'LPC1114'),
82+
('emblocks', 'LPC11U35_401'),
83+
('emblocks', 'LPC11U35_501'),
84+
('emblocks', 'LPCCAPPUCCINO'),
85+
('emblocks', 'LPC2368'),
86+
('emblocks', 'STM32F407'),
87+
('emblocks', 'DISCO_F100RB'),
88+
('emblocks', 'DISCO_F051R8'),
89+
('emblocks', 'DISCO_F407VG'),
90+
('emblocks', 'DISCO_F303VC'),
91+
('emblocks', 'NRF51822'),
92+
('emblocks', 'NUCLEO_F401RE'),
93+
('emblocks', 'NUCLEO_F411RE'),
9494

9595
('coide', 'KL05Z'),
9696
('coide', 'KL25Z'),

0 commit comments

Comments
 (0)