peripherals.h 431 B

12345678910111213141516
  1. #ifndef _PERIPHERALS_H_
  2. #define _PERIPHERALS_H_
  3. #if defined(__cplusplus)
  4. extern "C" {
  5. #endif /*_cplusplus. */
  6. /*******************************************************************************
  7. * BOARD_InitBootPeripherals function
  8. ******************************************************************************/
  9. void BOARD_InitBootPeripherals(void);
  10. #if defined(__cplusplus)
  11. }
  12. #endif /*_cplusplus. */
  13. #endif /* _PERIPHERALS_H_ */