mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #776 from 0xc0170/fix_issue#765
Targets: Freescale KSDK - extern } syntax error fixpull/771/merge
commit
3fb8590c6c
|
@ -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
|
||||
|
||||
/*!
|
||||
|
|
|
@ -473,7 +473,7 @@ static inline void DAC_HAL_SetBuffCurrentIndex(uint32_t baseAddr, uint8_t index)
|
|||
}
|
||||
|
||||
#if defined(__cplusplus)
|
||||
extern }
|
||||
}
|
||||
#endif
|
||||
|
||||
/*!
|
||||
|
|
|
@ -616,7 +616,7 @@ static inline void PDB_HAL_SetPulseOutDelayForLow(uint32_t baseAddr, uint32_t pu
|
|||
}
|
||||
|
||||
#if defined(__cplusplus)
|
||||
extern }
|
||||
}
|
||||
#endif
|
||||
|
||||
/*!
|
||||
|
|
Loading…
Reference in New Issue