Merge pull request #74 from juribeparada/c4fmdemod

Fix for Arduino 1.6 compilation error
This commit is contained in:
Jonathan Naylor 2017-04-02 21:14:55 +01:00 committed by GitHub
commit 0c44b8ca25
1 changed files with 3 additions and 1 deletions

View File

@ -84,6 +84,7 @@
*
******************************************************************************
*/
#if !defined(ARDUINO)
/** @addtogroup CMSIS
* @{
@ -221,5 +222,6 @@ static void SetSysClock(void)
* @}
*/
#endif
/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/