Skip to content

Commit

Permalink
Update arduinogalileo.c
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandruradovici committed Aug 14, 2014
1 parent 5cedf63 commit f68c655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wiring/arduinogalileo.c
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ void pwmReset (int pin);
int wiringSetup ()
{
mraa_init ();
adc_raw_bits = mraa_adc_supported_bits();
adc_raw_bits = mraa_adc_raw_bits();
adc_power = pow (2, adc_raw_bits)-1;
pthread_mutex_init(&lockspi, NULL);
pthread_mutex_init(&locki2c, NULL);
Expand Down

0 comments on commit f68c655

Please sign in to comment.