Fix inconsistent case in Polychrome filenames that was breaking Linux builds

This commit is contained in:
Adam Honse
2020-11-15 14:30:58 -06:00
parent 8ffd302a57
commit 34d8edb629
5 changed files with 11 additions and 11 deletions

View File

@@ -1,5 +1,5 @@
/*-----------------------------------------*\
| ASRockPolyChromeSMBusController.cpp |
| ASRockPolychromeSMBusController.cpp |
| |
| Driver for for ASRock ASR LED and |
| Polychrome RGB lighting controller |

View File

@@ -1,5 +1,5 @@
/*-----------------------------------------*\
| ASRockPolyChromeSMBusController.h |
| ASRockPolychromeSMBusController.h |
| |
| Definitions and types for ASRock |
| ASR LED and Polychrome RGB lighting |

View File

@@ -1,5 +1,5 @@
/*-----------------------------------------*\
| ASRockSMBusRGBController_Polychrome.cpp |
| RGBController_ASRockPolychromeSMBus.cpp |
| |
| Generic RGB Interface for OpenRGB |
| ASRock ASR LED and Polychrome RGB Driver |

View File

@@ -1,5 +1,5 @@
/*-----------------------------------------*\
| RGBController_ASRockPolyChromeSMBus.h |
| RGBController_ASRockPolychromeSMBus.h |
| |
| Generic RGB Interface for OpenRGB |
| ASRock ASR LED and Polychrome RGB Driver |
@@ -10,7 +10,7 @@
#pragma once
#include "RGBController.h"
#include "ASRockPolyChromeSMBusController.h"
#include "ASRockPolychromeSMBusController.h"
class RGBController_Polychrome : public RGBController
{