Skip to content

Commit

Permalink
anonymous enum
Browse files Browse the repository at this point in the history
  • Loading branch information
rednblkx committed Nov 6, 2024
1 parent 0d3c873 commit 998190d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const std::array<std::array<uint8_t, 6>, 4> hk_color_vals = { {{0x01,0x04,0xce,0
const std::array<const uint8_t*, 6> pixelTypeMap = { PixelType::RGB, PixelType::RBG, PixelType::BRG, PixelType::BGR, PixelType::GBR, PixelType::GRB };
struct gpioLockAction
{
enum source
enum
{
HOMEKIT = 1,
HOMEKEY = 2,
Expand Down

0 comments on commit 998190d

Please sign in to comment.