Skip to content

Commit

Permalink
Update main.c
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjmathew committed May 20, 2014
1 parent 94325f1 commit 21475f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jgowans-sample-projects/demonstration/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

uint32_t check_for_eeprom_magic(void); // will return 1 if magic found
void cycle_leds(void);
void test_potentiometres(void);
void test_potentiometres(void); // this is a spelling error - I will fix when I have more time. TJM
uint8_t display_and_return_pot_value(uint32_t pot_number);
void test_temperature_sensor(void);
void write_magic_to_eeprom(void);
Expand Down

0 comments on commit 21475f6

Please sign in to comment.