Moves most circuit defines to files (#60705)

Co-authored-by: Watermelon914 <3052169-Watermelon914@users.noreply.gitlab.com>
This commit is contained in:
Watermelon914
2021-08-08 00:16:18 +01:00
committed by GitHub
parent 262d592794
commit 0deb859b3c
11 changed files with 79 additions and 76 deletions

View File

@@ -1,3 +1,6 @@
#define COMP_TEXT_LOWER "To Lower"
#define COMP_TEXT_UPPER "To Upper"
/**
* # Text Component
*
@@ -47,3 +50,5 @@
output.set_output(result)
#undef COMP_TEXT_LOWER
#undef COMP_TEXT_UPPER