mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
SCRIPT Run cc include replacements
This commit is contained in:
committed by
Peter Johnson
parent
f0a3c64121
commit
7c6efa41ae
@@ -6,9 +6,9 @@
|
||||
|
||||
#include <array>
|
||||
|
||||
#include <frc/AddressableLED.h>
|
||||
#include <frc/LEDPattern.h>
|
||||
#include <frc/TimedRobot.h>
|
||||
#include "wpi/hardware/led/AddressableLED.hpp"
|
||||
#include "wpi/hardware/led/LEDPattern.hpp"
|
||||
#include "wpi/opmode/TimedRobot.hpp"
|
||||
|
||||
class Robot : public frc::TimedRobot {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user