Skip to content

Commit

Permalink
Fixing missing channel 5.
Browse files Browse the repository at this point in the history
  • Loading branch information
mithro committed Jan 8, 2016
1 parent 541c63a commit bb3b3ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/adc.h
Expand Up @@ -3,7 +3,7 @@

#include "types.h"

#define ADC_CHANNELS 5u
#define ADC_CHANNELS 6u

struct adc {
uint8_t enabled;
Expand Down

0 comments on commit bb3b3ed

Please sign in to comment.