Merge pull request #85 from herrfeuer/master

little typo
This commit is contained in:
f4exb 2017-10-30 20:47:09 +01:00 committed by GitHub
commit a017eaa009
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -405,6 +405,6 @@ Other ideas:
- Level calibration
- Even more demods. Contributors welcome!
<h1>Developper's notes</h1>
<h1>Developer's notes</h1>
Please check the developper's specific [readme](./ReadmeDevelopper.md)
Please check the developper's specific [readme](./ReadmeDeveloper.md)

View File

@ -1,4 +1,4 @@
<h1>SDRangel Developper's notes</h1>
<h1>SDRangel Developer's notes</h1>
<h2>Build options</h2>
@ -215,4 +215,4 @@ The openDevice and closeDevice methods of the device interface are designed spec
- closeDevice:
- if there are no buddies then effectively close the device else just zero out the own copy of the device handle
Exchange of dynamic information when necessary such as sample rate or center frequency is done by message passing between buddies.
Exchange of dynamic information when necessary such as sample rate or center frequency is done by message passing between buddies.