Merge pull request #499 from Lukaswnd/master
fix getPixelColorDepthBits() as const
This commit is contained in:
commit
4b950041b1
1 changed files with 1 additions and 1 deletions
|
@ -347,7 +347,7 @@ struct HUB75_I2S_CFG
|
|||
}
|
||||
}
|
||||
|
||||
uint8_t getPixelColorDepthBits()
|
||||
uint8_t getPixelColorDepthBits() const
|
||||
{
|
||||
return pixel_color_depth_bits;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue