Merge branch 'master' into c4fmdemod

This commit is contained in:
Jonathan Naylor 2017-01-21 18:37:46 +00:00
commit a5568efd51
3 changed files with 908 additions and 907 deletions

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
*.o
bin/
STM32F4XX_Lib/

View File

@ -611,4 +611,3 @@ void CIO::setP25Int(bool on)
}
#endif

View File

@ -908,4 +908,3 @@ void CSerialPort::writeInt(uint8_t n, const uint8_t* data, uint16_t length, bool
}
#endif