mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
Replace WPI_DEPRECATED() macro with [[deprecated]] attribute (#5373)
Continue to use WPI_DEPRECATED macro for constructors until clang-format is fixed.
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
#include <hal/FRCUsageReporting.h>
|
||||
#include <units/dimensionless.h>
|
||||
#include <units/math.h>
|
||||
#include <wpi/deprecated.h>
|
||||
|
||||
#include "frc/event/BooleanEvent.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user