From 6f1089db78f14b52b869f5aaa979e52ff5e4c2d7 Mon Sep 17 00:00:00 2001 From: Aleksi Lindeman Date: Thu, 1 Feb 2018 21:15:13 +0100 Subject: Sync time with ntp server, starting with basic operations --- .vscode/c_cpp_properties.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.vscode') diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index 6c5092f..aff2d2c 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -34,6 +34,8 @@ "/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/include-fixed", "/usr/include", "~/.sibs/lib/fmt/4.1.0", + "~/.sibs/lib/ntpclient/0.1.0/include", + "~/.sibs/lib/sibs-serializer/0.1.0/", "${workspaceRoot}" ], "defines": [], @@ -48,6 +50,8 @@ "/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/include-fixed", "/usr/include", "~/.sibs/lib/fmt/4.1.0", + "~/.sibs/lib/ntpclient/0.1.0/include", + "~/.sibs/lib/sibs-serializer/0.1.0/", "${workspaceRoot}" ], "limitSymbolsToIncludedHeaders": true, -- cgit v1.2.3