mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-10 06:59:54 +08:00
888af334d7
until it is properly implemented for nps as well...
19 lines
349 B
XML
19 lines
349 B
XML
<!DOCTYPE module SYSTEM "module.dtd">
|
|
|
|
<module name="detect_window" dir="computer_vision">
|
|
<doc>
|
|
<description>
|
|
Detect window
|
|
</description>
|
|
</doc>
|
|
|
|
<header>
|
|
<file name="detect_window.h"/>
|
|
</header>
|
|
<init fun="detect_window_init()"/>
|
|
<makefile target="ap">
|
|
<file name="detect_window.c"/>
|
|
</makefile>
|
|
</module>
|
|
|