Update 'Include/AuroraInterfaces.hpp'
This commit is contained in:
parent
86f31234c1
commit
93c90dc00a
@ -88,7 +88,7 @@
|
||||
/// @deprecated
|
||||
#define AUI_METHODS(...) AUI_BRACKET_SCOPE(__VA_ARGS__)
|
||||
|
||||
#define AUI_PIN_ODR(name) static const name ## Functional AU_CONCAT(_Zignoreme_aui, __COUNTER__)
|
||||
#define AUI_PIN_ODR(name) static const name ## Functional AU_CONCAT(_Zignoreme_aui, __COUNTER__);
|
||||
|
||||
#define AUI_INTERFACE_FWD(name, ...) AUI_DEFINE_INTERFACE_START_STRUCT(name, __VA_ARGS__) AUI_DEFINE_INTERFACE_START_CPP_WRAPPER_FWD(name, __VA_ARGS__)
|
||||
#define AUI_INTERFACE_IMPL(name, ...) AUI_DEFINE_INTERFACE_START_STRUCT(name, __VA_ARGS__) AUI_DEFINE_INTERFACE_START_CPP_WRAPPER_IMPL(name, __VA_ARGS__) AUI_PIN_ODR(name)
|
Loading…
Reference in New Issue
Block a user