Add STM32 Nucleo-144 support
This commit is contained in:
+5
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user