forgot booz pwm module conf

This commit is contained in:
Gautier Hattenberger
2011-01-18 13:29:55 +01:00
parent fdde562360
commit ada5b242db
+18
View File
@@ -0,0 +1,18 @@
<!DOCTYPE module SYSTEM "module.dtd">
<!--
Allow to use PWM output on booz boards
PWM0 is activated by default (PWM5 on lpc21 output)
PWM1 can be activated with USE_PWM1 flag (PWM2 on lpc21 output)
-->
<module name="booz_pwm" dir="core">
<header>
<file name="booz_pwm_arch.h"/>
</header>
<init fun="booz_pwm_init_arch()"/>
<makefile target="ap">
<file_arch name="booz_pwm_arch.c"/>
</makefile>
</module>