improved m4 m0 communication

This commit is contained in:
Bernd Herzog
2023-04-23 23:48:20 +02:00
parent 2ef9ebd7bd
commit 29b7a5ee56
7 changed files with 44 additions and 37 deletions

View File

@@ -508,6 +508,8 @@
}
#endif
/**
* @brief System tick event hook.
* @details This hook is invoked in the system tick handler immediately
@@ -516,6 +518,8 @@
#if !defined(SYSTEM_TICK_EVENT_HOOK) || defined(__DOXYGEN__)
#define SYSTEM_TICK_EVENT_HOOK() { \
/* System tick event code here.*/ \
extern void update_performance_counters(); \
update_performance_counters(); \
}
#endif