1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-29 14:52:12 +01:00

OP-21/Flight Bootloader - Bug fix

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@1695 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
zedamota 2010-09-20 16:29:34 +00:00 committed by zedamota
parent 7a69feea8c
commit 87dc0908ce

View File

@ -60,7 +60,7 @@ uint8_t FLASH_Start() {
#ifdef STM32F10X_HD
pageAdress += 2048;
#elif STM32F10X_MD
#elif defined (STM32F10X_MD)
pageAdress += 1024;
#endif
}