Skip to content

Instantly share code, notes, and snippets.

@izen57
izen57 / c_cpp_properties.json
Created December 3, 2023 13:26
VS Code C Properties for Cooja
{
"configurations": [
{
"name": "Win32",
"includePath": [
"change_on_your_path/contiki-ng/os/**",
"${workspaceFolder}/**"
],
"defines": [
"_DEBUG",
{
"configurations": [
{
"name": "Win32",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [
"_DEBUG",
"UNICODE",