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:
parent
7a69feea8c
commit
87dc0908ce
@ -60,7 +60,7 @@ uint8_t FLASH_Start() {
|
||||
|
||||
#ifdef STM32F10X_HD
|
||||
pageAdress += 2048;
|
||||
#elif STM32F10X_MD
|
||||
#elif defined (STM32F10X_MD)
|
||||
pageAdress += 1024;
|
||||
#endif
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user