Fix weird new gcc namespace warning

This commit is contained in:
Megamouse 2024-06-27 20:37:33 +02:00
parent ef136acb6c
commit d5923ef808
8 changed files with 17 additions and 9 deletions

View file

@ -6,6 +6,8 @@
LOG_CHANNEL(ds3_log, "DS3");
using namespace reports;
constexpr std::array<u8, 6> battery_capacity = {0, 1, 25, 50, 75, 100};
constexpr id_pair SONY_DS3_ID_0 = {0x054C, 0x0268};