Update FanBus controller files to new standardized header comment
This commit is contained in:
parent
cd5b8e08c7
commit
502f23e102
7 changed files with 65 additions and 30 deletions
|
|
@ -1,3 +1,14 @@
|
|||
/*---------------------------------------------------------*\
|
||||
| FanBusControllerDetect.cpp |
|
||||
| |
|
||||
| Detector 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 "Detector.h"
|
||||
#include "FanBusController.h"
|
||||
#include "RGBController_FanBus.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue