Correct typos
authorduplo <duplo@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 5 Feb 2009 19:33:28 +0000 (19:33 +0000)
committerduplo <duplo@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 5 Feb 2009 19:33:28 +0000 (19:33 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2283 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/algo/pid_control.h
bertos/drv/dataflash.h
bertos/drv/dc_motor.h

index e6c76d338aa389bc96af9939d3ca6d0bb00693fd..097cb6fe6421b80bc1271516e2dee0d92bdf4bba 100644 (file)
@@ -38,7 +38,7 @@
  *
  * $WIZARD_MODULE = {
  * "name" : "pid_controll",
- * "depends" : [timer],
+ * "depends" : ["timer"],
  * "configuration" : ""
  * }
  */
index e5bdd23c2da4727c6326870ccd8eee3d0e59eef4..cee0a88376ffaba18654342fa56bc73ea16170dc 100644 (file)
@@ -38,7 +38,7 @@
  *
  * $WIZARD_MODULE = {
  * "name" : "dataflash",
- * "depends" : [kfile],
+ * "depends" : ["kfile"],
  * "configuration" : "bertos/cfg/cfg_dataflash.h"
  * }
  */
index 71525f24138ea61e2af4e7290891a606880a1ea6..75b2246f31180901ba206ce44729dfd409ce5286 100644 (file)
@@ -38,7 +38,7 @@
  *
  * $WIZARD_MODULE = {
  * "name" : "dc_motor",
- * "depends" : [pwm, pid_control],
+ * "depends" : ["pwm", "pid_control"],
  * "configuration" : "bertos/cfg/cfg_dc_motor.h"
  * }
  */