You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
308 B

11 months ago
  1. #pragma once
  2. #include "uappbase/base.hpp"
  3. namespace iflytop {
  4. class AppHal {
  5. private:
  6. /* data */
  7. public:
  8. static void MX_TIM6_Init(void);
  9. static void MX_TIM7_Init(void);
  10. static void DEBUG_UART_INIT(Pin_t tx, Pin_t rx, int32_t baudrate);
  11. static void MX_IWDG_Init(void);
  12. };
  13. } // namespace iflytop