Skip to content

Commit 075655a

Browse files
authored
Update README.md
1 parent 2d5b872 commit 075655a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Compatible with the [AudioMoth Configuration App](https://github.com/OpenAcousti
77

88
Clone the contents of [AudioMoth-Project](https://github.com/OpenAcousticDevices/AudioMoth-Project).
99

10-
Replace ```src/main.c``` with this ```main.c``` from this repository. Put all the remaining ```.c``` in the ```/src/``` folder and all the ```.h``` in the ```/inc/``` folder. If building from the command line tools nothing else is required. However, if buildign using Simplicity Studio, open the project 'Properties' under the 'File' menu, navigate to the 'Linker' and 'Ordering' and make sure that the standard math library '-lm' is at the bottom of the list.
10+
Replace ```src/main.c``` with this ```main.c``` from this repository. Put all the remaining ```.c``` in the ```/src/``` folder and all the ```.h``` in the ```/inc/``` folder. If building from the command line tools no further changes are necessary. However, if building using Simplicity Studio, open the project 'Properties' under the 'File' menu, navigate to the 'Linker' and 'Ordering' and make sure that the standard math library '-lm' is at the bottom of the list.
1111

1212
### Documentation ####
1313

0 commit comments

Comments
 (0)