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.

15 lines
337 B

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