mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-30 02:31:44 +00:00
Reverting back to static .a files for C++ and fixing lots of other assorted items
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
#include "PIDSource.h"
|
||||
#include "PIDOutput.h"
|
||||
#include <math.h>
|
||||
#include "HAL/cpp/Synchronized.h"
|
||||
#include "HAL/cpp/Synchronized.hpp"
|
||||
|
||||
static const char *kP = "p";
|
||||
static const char *kI = "i";
|
||||
|
||||
Reference in New Issue
Block a user