X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=drv%2Fpwm.c;h=6a44e33c565de73a64975ddd7f52cd8fe641e186;hb=e5523f6098d2f4d51c838459ce83423152cc8692;hp=94d3bff5761a058ca8aff41877661bf1008c4adb;hpb=bcf38f772b397e7a8ba781a69aacb9380e54b32a;p=bertos.git diff --git a/drv/pwm.c b/drv/pwm.c old mode 100755 new mode 100644 index 94d3bff5..6a44e33c --- a/drv/pwm.c +++ b/drv/pwm.c @@ -1,6 +1,31 @@ /** * \file * * @@ -12,34 +37,6 @@ * \author Francesco Sacchi */ -/*#* - *#* $Log$ - *#* Revision 1.2 2006/07/19 12:56:26 bernie - *#* Convert to new Doxygen style. - *#* - *#* Revision 1.1 2005/11/04 18:08:49 bernie - *#* Import into DevLib. - *#* - *#* Revision 1.2 2005/05/24 13:35:01 batt - *#* Add missing; reformat. - *#* - *#* Revision 1.1 2005/05/24 09:17:58 batt - *#* Move drivers to top-level. - *#* - *#* Revision 1.4 2005/05/09 16:36:12 batt - *#* Change some function names to accomplish coding standard. - *#* - *#* Revision 1.3 2005/05/02 16:35:47 batt - *#* Add some comments. - *#* - *#* Revision 1.2 2005/05/02 16:02:58 batt - *#* Remove unusefull interrupt saving. - *#* - *#* Revision 1.1 2005/05/02 12:36:39 batt - *#* Add pwm driver. - *#* - *#*/ - #include #include #include