summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author B. Watson2020-10-13 07:16:34 +0200
committer Willy Sudiarto Raharjo2020-10-17 04:39:38 +0200
commit0fd19036a1e15cae06faa987eb603002675b3ed8 (patch)
treef6b82a675132ba307acffc5c55de2a0f2f46955b /development
parentdc92560be5726152941c7f2c50ba32a651012052 (diff)
downloadslackbuilds-0fd19036a1e15cae06faa987eb603002675b3ed8.tar.gz
development/s51dude: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r--development/s51dude/README13
1 files changed, 7 insertions, 6 deletions
diff --git a/development/s51dude/README b/development/s51dude/README
index 602c382318..693757b556 100644
--- a/development/s51dude/README
+++ b/development/s51dude/README
@@ -1,9 +1,10 @@
-s51dude is an In-System programming tool specifically designed to be
-used with the usbtinyisp board and the Atmel's 8051 family of micrcontrollers.
+s51dude is an In-System programming tool specifically designed to
+be used with the usbtinyisp board and the Atmel's 8051 family of
+micrcontrollers.
-This program is intended to cover the need of the 8051 developer who wants
-to program the devices with computers without parallel or serial port. The
-only alternative left is to use the USB port.
-That is when you will need s51dude.
+This program is intended to cover the need of the 8051 developer who
+wants to program the devices with computers without parallel or serial
+port. The only alternative left is to use the USB port. That is when
+you will need s51dude.
It's written in C.