mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-24 01:31:46 +00:00
SCRIPT: wpiformat
This commit is contained in:
committed by
Peter Johnson
parent
c48b722dac
commit
1e7604f81c
@@ -6,11 +6,10 @@
|
||||
#include <cstdio>
|
||||
#include <thread>
|
||||
|
||||
#include "wpi/cs/cscore.h"
|
||||
#include "wpi/util/StringExtras.hpp"
|
||||
#include "wpi/util/print.hpp"
|
||||
|
||||
#include "wpi/cs/cscore.h"
|
||||
|
||||
int main(int argc, char** argv) {
|
||||
if (argc < 2) {
|
||||
std::fputs("Usage: settings camera [prop val] ... -- [prop val]...\n",
|
||||
|
||||
Reference in New Issue
Block a user