mirror of
https://github.com/carlosedp/qmk_firmware.git
synced 2026-08-05 08:46:43 -04:00
Add API version assertion for split_data_sync module (#26237)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user