Merge pull request #1053 from keyboardio/deprecations/nl-fix

pull/1055/head
Jesse Vincent 3 years ago committed by GitHub
commit c19153d556
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -16,6 +16,8 @@
#pragma once
#include "kaleidoscope/macro_helpers.h"
#define DEPRECATED(tag) \
__attribute__((deprecated(_DEPRECATE(_DEPRECATED_MESSAGE_ ## tag))))

Loading…
Cancel
Save