Skip to content

Commit

Permalink
Code builds now.
Browse files Browse the repository at this point in the history
  • Loading branch information
rh3as committed Oct 24, 2024
1 parent 765a8e9 commit 0c0fdee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ spotless {
include '**/*.cpp', '**/*.cc', '**/*.h', '**/*.hpp'
exclude '**/build/**', '**/build-*/**'
}
def selectedClangVersion = project.hasProperty('fromCI') ? '14.0.0-1ubuntu1.1' : '18.1.8'
def selectedClangVersion = project.hasProperty('fromCI') ? '14.0.0-1ubuntu1.1' : '19.1.1'
clangFormat(selectedClangVersion).style('Google')
}
groovyGradle {
Expand Down
1 change: 1 addition & 0 deletions src/frc846/cpp/frc846/base/logger.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include <functional>
#include <future>
#include <iostream>
#include <sstream>
#include <thread>

#include "frc846/base/compression.h"
Expand Down
2 changes: 1 addition & 1 deletion src/y2024/include/subsystems/abstract/gpd.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#pragma once
#pragma once

#include <units/angle.h>
#include <units/length.h>
Expand Down

0 comments on commit 0c0fdee

Please sign in to comment.