1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-26 01:35:35 +03:00

Add RAM and Ext Flash config streamer to F3, F4, F7, H7

This commit is contained in:
Martin Luessi 2021-07-23 07:56:28 -07:00
parent 8c33b1cb2f
commit 89b59146c0
8 changed files with 16 additions and 8 deletions

View file

@ -20,7 +20,7 @@
#include "drivers/system.h"
#include "config/config_streamer.h"
#if defined(STM32F4)
#if defined(STM32F4) && !defined(CONFIG_IN_RAM) && !defined(CONFIG_IN_EXTERNAL_FLASH)
/*
Sector 0 0x08000000 - 0x08003FFF 16 Kbytes
@ -103,4 +103,4 @@ int config_streamer_impl_write_word(config_streamer_t *c, config_streamer_buffer
return 0;
}
#endif
#endif