mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-10 06:59:54 +08:00
forgot booz pwm module conf
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user