Files
Simple_nRF52_FreeRTOS/Simple_nRF52_FreeRTOS_LowPower/.vscode/settings.json

10 lines
189 B
JSON

{
"files.associations": {
"task.h": "c",
"list.h": "c",
"timers.h": "c",
"stack_macros.h": "c",
"queue.h": "c",
"freertos.h": "c"
}
}