Targets: Freescale KSDK - extern } syntax error fix
pull/771/merge
Martin Kojtal 2014-12-09 14:53:02 +00:00
commit 3fb8590c6c
3 changed files with 3 additions and 3 deletions

View File

@ -891,7 +891,7 @@ static inline void ADC_HAL_SetPgaOffsetMeasurementCmd(uint32_t baseAddr, bool en
#endif /* FSL_FEATURE_ADC_HAS_PGA */
#if defined(__cplusplus)
extern }
}
#endif
/*!

View File

@ -473,7 +473,7 @@ static inline void DAC_HAL_SetBuffCurrentIndex(uint32_t baseAddr, uint8_t index)
}
#if defined(__cplusplus)
extern }
}
#endif
/*!

View File

@ -616,7 +616,7 @@ static inline void PDB_HAL_SetPulseOutDelayForLow(uint32_t baseAddr, uint32_t pu
}
#if defined(__cplusplus)
extern }
}
#endif
/*!