Skip to content

Commit 3c827b2

Browse files
authored
Merge pull request #73 from embeddedpenguin/tempbranch
removed crazy characters so dts to dtb wouldnt fail
2 parents 4703d95 + 414fcdb commit 3c827b2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tools/flash_tool/bl602/device_tree/bl_factory_params_IoTKitA_40M.dts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -177,15 +177,15 @@
177177
tx {
178178
status = "disable";
179179
pin = <11>; // only support 11
180-
mode = "NEC"; // NEC、ExtenedNEC、RC5、SWM
180+
mode = "NEC"; // NECExtenedNECRC5SWM
181181
interval = <100>; // ms
182-
active_mode = "Hi"; //Hi、Lo
182+
active_mode = "Hi"; //HiLo
183183
};
184184
rx {
185185
status = "okay";
186186
pin = <12>; // only support 12 13
187-
mode = "NEC"; // NEC、ExtenedNEC、RC5、SWM
188-
active_mode = "Hi"; //Hi、Lo
187+
mode = "NEC"; // NECExtenedNECRC5SWM
188+
active_mode = "Hi"; //HiLo
189189
};
190190
};
191191
uart {

0 commit comments

Comments
 (0)