mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-04 12:24:11 +01:00
6d0df704a7
find ./flight/OpenPilot/Modules/ \! \( -name '*~' -a -prune \) -type f | xargs -I{} bash -c 'echo {}; dos2unix {}; gnuindent -npro -kr -i8 -ts8 -sob -ss -ncs -cp1 -il0 -hnl -l150 {};' git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@1776 ebee16cc-31ac-478f-84a7-5cbb03baadba
9 lines
136 B
C
9 lines
136 B
C
/*
|
|
* watchdog.h
|
|
* OpenPilotOSX
|
|
*
|
|
* Created by James Cotton on 8/10/10.
|
|
* Copyright 2010 OpenPilot. All rights reserved.
|
|
*
|
|
*/
|