Update Wushi L50 controller files to new standardized header comment

This commit is contained in:
Adam Honse 2024-06-30 13:23:40 -05:00
parent 82a23344f8
commit 5bfa134414
5 changed files with 44 additions and 27 deletions

View file

@ -1,16 +1,17 @@
/*-------------------------------------*\
| WushiL50USBController.h |
| |
| interface for Wushi L50 Devices |
\*-------------------------------------*/
/*---------------------------------------------------------*\
| WushiL50USBController.h |
| |
| Driver for Wushi L50 |
| |
| This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/
#pragma once
#include "RGBController.h"
#include <string>
#include <hidapi/hidapi.h>
#include "RGBController.h"
#include "hidapi_wrapper.h"
#ifndef HID_MAX_STR