X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Ftm1637%2Ftm1637.cxx;h=f51db46b0218fa171392d25745d5fa9e78de22de;hb=d15bf22536e4daed5bc0aca0f4ce7f26d2517b9b;hp=f976c273f368775ca9b1aa91ec3c58398e093d04;hpb=731704eaac622dd7cdd12b6ba54092d9604b3f1a;p=contrib%2Fupm.git diff --git a/src/tm1637/tm1637.cxx b/src/tm1637/tm1637.cxx index f976c27..f51db46 100644 --- a/src/tm1637/tm1637.cxx +++ b/src/tm1637/tm1637.cxx @@ -66,7 +66,7 @@ TM1637::TM1637 (uint8_t di, uint8_t dcki) { fprintf(stderr, "Are you sure that pin%d you requested is valid on your platform?", di); exit(1); } - + // set direction (out) error = mraa_gpio_dir(m_clkPinCtx, MRAA_GPIO_IN); if (error != MRAA_SUCCESS) {