bugfix R_Petlier and bootloader init

This commit is contained in:
2023-11-07 11:13:44 +01:00
parent 715cb5f478
commit 53a44a4075
7 changed files with 17 additions and 11 deletions

6
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,6 @@
{
"C_Cpp.default.compilerPath": "C:\\MinGW\\bin\\gcc.exe",
"files.associations": {
"eeprom_emul.h": "c"
}
}