mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-22 01:11:42 +00:00
Message: Use #define instead of constexpr.
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
#include "WireDecoder.h"
|
||||
#include "WireEncoder.h"
|
||||
|
||||
static constexpr unsigned long kClearAllMagic = 0xD06CB27Aul;
|
||||
#define kClearAllMagic 0xD06CB27Aul
|
||||
|
||||
using namespace nt;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user