mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-03-19 22:46:23 -04:00
6 lines
209 B
C
6 lines
209 B
C
#pragma once
|
|
|
|
#include "DeviceDetector.h"
|
|
|
|
#define REGISTER_DETECTOR(func) static DeviceDetector device_detector_obj(func)
|
|
#define REGISTER_I2C_DETECTOR(func) static I2CDeviceDetector device_detector_obj(func) |