mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-04-05 06:34:25 -04:00
Update FanBus controller files to new standardized header comment
This commit is contained in:
@@ -1,12 +1,16 @@
|
||||
/*---------------------------------------------------------*\
|
||||
| FanBus Interface |
|
||||
| FanBusInterface.cpp |
|
||||
| |
|
||||
| Adam Honse (calcprogrammer1@gmail.com), 1/12/2021 |
|
||||
| Interface for FanBus devices |
|
||||
| |
|
||||
| Adam Honse (calcprogrammer1@gmail.com) 12 Jan 2021 |
|
||||
| |
|
||||
| This file is part of the OpenRGB project |
|
||||
| SPDX-License-Identifier: GPL-2.0-only |
|
||||
\*---------------------------------------------------------*/
|
||||
|
||||
#include "FanBusInterface.h"
|
||||
|
||||
#include <thread>
|
||||
#include "FanBusInterface.h"
|
||||
|
||||
using namespace std::chrono_literals;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user