From c1db42c8c4dbb5d6797c3959bc958b0b6cd0dbb1 Mon Sep 17 00:00:00 2001 From: redPanther Date: Mon, 11 Jul 2016 23:29:20 +0200 Subject: [PATCH] update module regarding protobuf (#104) * implement auto avaluation of used platform. To use it simply not add -DPLATFORM * update submodule --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 8d18e73b..764640ce 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "dependencies/external/protobuf"] path = dependencies/external/protobuf - url = https://github.com/tvdzwan/protobuf.git + url = https://github.com/hyperion-project/protobuf.git [submodule "dependencies/external/rpi_ws281x"] path = dependencies/external/rpi_ws281x url = https://github.com/hyperion-project/rpi_ws281x.git