Files
STM32F7-Network_Clock/project/.vscode/settings.json
2023-09-05 11:24:58 +02:00

11 lines
209 B
JSON

{
"files.associations": {
"ntp.h": "c",
"stdint.h": "c",
"math.h": "c",
"stdbool.h": "c",
"stdint-gcc.h": "c",
"main.h": "c",
"ds3231.h": "c"
}
}