Add STM32 Nucleo-144 support

This commit is contained in:
fauresystems
2020-06-26 09:35:39 +02:00
parent ca26b3253c
commit 4f057a4476
21 changed files with 349 additions and 20 deletions
+5 -1
View File
@@ -1,5 +1,5 @@
/*
Name: PropAction.h
Name: PropAction.cpp
Author: Faure Systems <dev at faure dot systems>
Editor: https://github.com/fauresystems
License: MIT License (c) Faure Systems <dev at faure dot systems>
@@ -9,6 +9,10 @@
#include "PropAction.h"
#if defined(STM32F4xx) || defined(STM32F7xx)
#include "Stm32Millis.h"
#endif
PropAction::PropAction()
{
_active = true;