Compare commits

...

2 Commits

3 changed files with 3 additions and 1 deletions

1
firmware/.gitignore vendored
View File

@ -9,3 +9,4 @@ obj/
*.files
*.includes
*.config
.qtc_clangd/*

View File

@ -93,7 +93,7 @@ void __setup_clocks(void)
RCC->CFGR = tmp;
/* Turn off HSI */
RCC->CR &= ~RCC_CR_HSEON;
RCC->CR &= ~RCC_CR_HSION;
}
void __system_init(void)

1
housing/.gitignore vendored
View File

@ -1 +1,2 @@
*.FCStd?
*.stl