disabling verbose in gpio driver

fixup #1732
This commit is contained in:
Alexy Gallardo Segura 2015-10-05 15:52:43 -04:00 committed by Christian Helmuth
parent b121212b23
commit e8b4e0be6d
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
/* local includes */
#include <gpio.h>
static int verbose = 1;
static int verbose = 0;
namespace Gpio { class Odroid_x2_driver; }