From: duplo Date: Thu, 5 Feb 2009 19:33:28 +0000 (+0000) Subject: Correct typos X-Git-Tag: 2.1.0~399 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=9e36a745875532b61d8b51493db5465941573edd;p=bertos.git Correct typos git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2283 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/algo/pid_control.h b/bertos/algo/pid_control.h index e6c76d33..097cb6fe 100644 --- a/bertos/algo/pid_control.h +++ b/bertos/algo/pid_control.h @@ -38,7 +38,7 @@ * * $WIZARD_MODULE = { * "name" : "pid_controll", - * "depends" : [timer], + * "depends" : ["timer"], * "configuration" : "" * } */ diff --git a/bertos/drv/dataflash.h b/bertos/drv/dataflash.h index e5bdd23c..cee0a883 100644 --- a/bertos/drv/dataflash.h +++ b/bertos/drv/dataflash.h @@ -38,7 +38,7 @@ * * $WIZARD_MODULE = { * "name" : "dataflash", - * "depends" : [kfile], + * "depends" : ["kfile"], * "configuration" : "bertos/cfg/cfg_dataflash.h" * } */ diff --git a/bertos/drv/dc_motor.h b/bertos/drv/dc_motor.h index 71525f24..75b2246f 100644 --- a/bertos/drv/dc_motor.h +++ b/bertos/drv/dc_motor.h @@ -38,7 +38,7 @@ * * $WIZARD_MODULE = { * "name" : "dc_motor", - * "depends" : [pwm, pid_control], + * "depends" : ["pwm", "pid_control"], * "configuration" : "bertos/cfg/cfg_dc_motor.h" * } */