Add API version assertion for split_data_sync module (#26237)

This commit is contained in:
Joel Challis
2026-05-29 07:56:36 +01:00
committed by GitHub
parent 613d63aa66
commit 7b51d7e665
3 changed files with 16 additions and 0 deletions
@@ -3,6 +3,9 @@
#include "debug.h"
#include "timer.h"
#include "transactions.h"
#include "community_modules.h"
ASSERT_COMMUNITY_MODULES_MIN_API_VERSION(1, 1, 2);
typedef struct _master_to_slave_t {
int m2s_data;