1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-21 11:54:15 +01:00

Comment changes

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@220 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
dankers 2010-03-02 00:57:09 +00:00 committed by dankers
parent 1d7f1c5cd0
commit c8c0e8be9e

View File

@ -34,7 +34,7 @@
/* Function Prototypes */ /* Function Prototypes */
/** /**
* OpenPilot Main function * AHRS Main function
*/ */
int main() int main()
{ {
@ -53,7 +53,6 @@ int main()
PIOS_DELAY_WaitmS(100); PIOS_DELAY_WaitmS(100);
} }
/* If all is well we will never reach here as the scheduler will now be running. */
/* If we do get here, it will most likely be because we ran out of heap space. */
return 0; return 0;
} }