mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +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:
@@ -5,6 +5,7 @@
|
||||
#include "frc2/command/button/Trigger.h"
|
||||
|
||||
#include <frc/filter/Debouncer.h>
|
||||
#include <wpi/deprecated.h>
|
||||
|
||||
#include "frc2/command/InstantCommand.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user