diff options
Diffstat (limited to 'src/ipa/raspberrypi/controller/algorithm.hpp')
-rw-r--r-- | src/ipa/raspberrypi/controller/algorithm.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ipa/raspberrypi/controller/algorithm.hpp b/src/ipa/raspberrypi/controller/algorithm.hpp index 187c50c6..6196b2f9 100644 --- a/src/ipa/raspberrypi/controller/algorithm.hpp +++ b/src/ipa/raspberrypi/controller/algorithm.hpp @@ -19,7 +19,7 @@ #include <boost/property_tree/ptree.hpp> -namespace RPi { +namespace RPiController { // This defines the basic interface for all control algorithms. @@ -59,4 +59,4 @@ struct RegisterAlgorithm { }; std::map<std::string, AlgoCreateFunc> const &GetAlgorithms(); -} // namespace RPi +} // namespace RPiController |