mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-26 01:51:41 +00:00
Renames all our .hpp HAL files to .h (#44)
Adds consistency, as the HAL was .hpp however all other code was .h.
This commit is contained in:
committed by
Peter Johnson
parent
248ca0c4a0
commit
8fc55c80a9
@@ -11,7 +11,7 @@
|
||||
#include <string>
|
||||
#include <thread>
|
||||
#include "ErrorBase.h"
|
||||
#include "HAL/Task.hpp"
|
||||
#include "HAL/Task.h"
|
||||
|
||||
/**
|
||||
* Wrapper class around std::thread that allows changing thread priority
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
/*----------------------------------------------------------------------------*/
|
||||
|
||||
#include <atomic>
|
||||
#include "HAL/HAL.hpp"
|
||||
#include "HAL/HAL.h"
|
||||
|
||||
/**
|
||||
* Create and launch a task.
|
||||
|
||||
Reference in New Issue
Block a user