Files
TX/.vscode/settings.json
2025-05-16 07:56:18 -05:00

15 lines
324 B
JSON

{
"files.associations": {
"main.h": "c",
"pin_mux.h": "c",
"fsl_debug_console.h": "c",
"board.h": "c",
"fsl_common.h": "c",
"clock_config.h": "c",
"utils.h": "c",
"ports.h": "c",
"mode.h": "c",
"arm_math.h": "c",
"io.h": "c"
}
}