Skip to content

Commit

Permalink
Formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 8, 2024
1 parent 85877e1 commit 16567c1
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion hal/src/main/native/systemcore/PWM.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
#include "HALInitializer.h"
#include "HALInternal.h"
#include "PortsInternal.h"
#include "SmartIo.h"
#include "hal/Errors.h"
#include "hal/cpp/fpga_clock.h"
#include "hal/handles/HandlesInternal.h"
#include "SmartIo.h"

using namespace hal;

Expand Down
8 changes: 6 additions & 2 deletions hal/src/main/native/systemcore/SmartIo.cpp
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
// Copyright (c) FIRST and other WPILib contributors.
// Open Source Software; you can modify and/or share it under the terms of
// the WPILib BSD license file in the root directory of this project.

#include "SmartIo.h"

#include <atomic>

#include "HALInitializer.h"
#include "SystemServer.h"

#include <atomic>

namespace hal {

wpi::mutex smartIoMutex;
Expand Down
7 changes: 6 additions & 1 deletion hal/src/main/native/systemcore/SmartIo.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
// Copyright (c) FIRST and other WPILib contributors.
// Open Source Software; you can modify and/or share it under the terms of
// the WPILib BSD license file in the root directory of this project.

#pragma once

#include <string>

#include "PortsInternal.h"
#include "hal/handles/DigitalHandleResource.h"
#include "hal/handles/HandlesInternal.h"
#include "networktables/DoubleTopic.h"
#include <string>

namespace hal {

Expand Down

0 comments on commit 16567c1

Please sign in to comment.