From 25f30f07dd02ae219fe49149f5168d8d4c2dfed8 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Sun, 30 Oct 2022 15:06:42 -0600 Subject: [PATCH] fix spaces vs tabs in a list --- EasyMotor/index.mdwn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/EasyMotor/index.mdwn b/EasyMotor/index.mdwn index 7815bc7..1b81c16 100644 --- a/EasyMotor/index.mdwn +++ b/EasyMotor/index.mdwn @@ -40,9 +40,9 @@ This is what a production v3 board looks like: analog output to match SOC analog input voltage range * Software Features - * Written mostly in C with some ARM assembler - * Runs from on-chip flash, uses on-chip RAM, stores flight data to serial flash - * USB serial emulation for "console" interface + * Written mostly in C with some ARM assembler + * Runs from on-chip flash, uses on-chip RAM, stores flight data to serial flash + * USB serial emulation for "console" interface * Tools Used * [lepton-eda](https://github.com/lepton-eda/lepton-eda) for schematic capture -- 2.47.2