[STM32F0] Add preliminary support for the family
This commit is contained in:
committed by
Piotr Esden-Tempski
parent
e1ebcc9da8
commit
18c4d299c1
@@ -16,8 +16,9 @@
|
||||
* You should have received a copy of the GNU Lesser General Public License
|
||||
* along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#if defined(STM32F1)
|
||||
#if defined(STM32F0)
|
||||
# include <libopencm3/stm32/f0/flash.h>
|
||||
#elif defined(STM32F1)
|
||||
# include <libopencm3/stm32/f1/flash.h>
|
||||
#elif defined(STM32F2)
|
||||
# include <libopencm3/stm32/f2/flash.h>
|
||||
|
||||
Reference in New Issue
Block a user