Skip to content

Commit

Permalink
Merge branch 'thomasjmathew-master'
Browse files Browse the repository at this point in the history
The commit fixes a spelling error in the readme
  • Loading branch information
jgowans committed May 20, 2014
2 parents baf0432 + 21475f6 commit f98e334
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
stm32f0_sample_code
===================

Holds minimalist examples for the most commonly used peripherals on UST's STM32F0 dev board
Holds minimalist examples for the most commonly used peripherals on UCT's STM32F0 dev board
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 f98e334

Please sign in to comment.