Init servo pins in HAL_init (#14425)

This commit is contained in:
Scott Lahteine
2019-06-27 16:29:17 -05:00
committed by GitHub
parent 8ce84fa44f
commit 6664b90bbb
14 changed files with 49 additions and 14 deletions

View File

@ -89,6 +89,8 @@ typedef int8_t pin_t;
#undef pgm_read_word
#define pgm_read_word(addr) (*((uint16_t*)(addr)))
inline void HAL_init(void) { }
// Clear the reset reason
void HAL_clear_reset_source(void);