mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-18 03:52:11 +01:00
BootloaderUpdater: fixed compilation errors. It works with CC too (tested).
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@2813 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
parent
c9060393e5
commit
6613158206
@ -90,9 +90,9 @@ int main() {
|
|||||||
}
|
}
|
||||||
///
|
///
|
||||||
for (int x=0;x<3;++x) {
|
for (int x=0;x<3;++x) {
|
||||||
PIOS_LED_On(led);
|
PIOS_LED_On(LED1);
|
||||||
PIOS_DELAY_WaitmS(1000);
|
PIOS_DELAY_WaitmS(1000);
|
||||||
PIOS_LED_Off(led);
|
PIOS_LED_Off(LED1);
|
||||||
PIOS_DELAY_WaitmS(1000);
|
PIOS_DELAY_WaitmS(1000);
|
||||||
}
|
}
|
||||||
for (;;) {
|
for (;;) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user