mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-09 16:12:17 +00:00
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com> Co-authored-by: Kashargul <KashL@t-online.de>
3 lines
128 B
Plaintext
3 lines
128 B
Plaintext
//Define a macro that we can use to assemble all the circuit board names
|
|
#define T_BOARD(name) "circuit board (" + (name) + ")"
|