1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-20 10:54:14 +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 */
/**
* OpenPilot Main function
* AHRS Main function
*/
int main()
{
@ -53,7 +53,6 @@ int main()
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;
}