Update Debug controller files to new standardized header comment
This commit is contained in:
parent
66a53cde3d
commit
89fd45f1ac
3 changed files with 36 additions and 17 deletions
|
|
@ -1,7 +1,15 @@
|
|||
#include "RGBController_Debug.h"
|
||||
/*---------------------------------------------------------*\
|
||||
| RGBController_Debug.cpp |
|
||||
| |
|
||||
| RGBController for debug devices |
|
||||
| |
|
||||
| This file is part of the OpenRGB project |
|
||||
| SPDX-License-Identifier: GPL-2.0-only |
|
||||
\*---------------------------------------------------------*/
|
||||
|
||||
#include <algorithm>
|
||||
#include <cstring>
|
||||
#include "RGBController_Debug.h"
|
||||
|
||||
/**------------------------------------------------------------------*\
|
||||
@name Debug
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue