Targets: Freescale KSDK - extern } syntax error fix

pull/776/head
0xc0170 2014-12-09 14:47:50 +00:00
parent ea49132428
commit a36eb12b2f
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
/*!