lpd8806: fix typo

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Brendan Le Foll 2014-09-07 21:49:16 +01:00
parent c1ec85ee81
commit 1d49b4c3f4

View File

@ -48,7 +48,7 @@ class LPD8806 {
* Instanciates a LPD8806 object * Instanciates a LPD8806 object
* *
* @param pixelCount number of pixels in the strip * @param pixelCount number of pixels in the strip
* @param csn chip slect pin * @param csn chip select pin
*/ */
LPD8806 (uint16_t pixelCount, uint8_t csn); LPD8806 (uint16_t pixelCount, uint8_t csn);