fix(UML-1462): Перенесены макросы под пространство имен
This commit is contained in:
parent
72f641274b
commit
5b1b6b1538
@ -8,9 +8,6 @@
|
||||
#ifndef FREE_RTOS_ETHERNET_INDUSTRY_COE_ETH_ECAT_PDO_FMMU_HPP_
|
||||
#define FREE_RTOS_ETHERNET_INDUSTRY_COE_ETH_ECAT_PDO_FMMU_HPP_
|
||||
|
||||
#define PROFILE_LEVEL 0
|
||||
#define PROFILE_SAMPLES 64
|
||||
|
||||
#include "free_rtos/semaphore/semaphore.hpp"
|
||||
#include "free_rtos/mutex/mutex.hpp"
|
||||
|
||||
@ -22,6 +19,9 @@ namespace free_rtos {
|
||||
|
||||
namespace ecat_pdo_fmmu {
|
||||
|
||||
#define PROFILE_LEVEL 0
|
||||
#define PROFILE_SAMPLES 64
|
||||
|
||||
typedef void (*ProcessCallback)();
|
||||
|
||||
class EcatPdoFMMUSlave {
|
||||
|
Loading…
Reference in New Issue
Block a user