diff options
Diffstat (limited to 'src/ipa/raspberrypi/controller/pwl.hpp')
-rw-r--r-- | src/ipa/raspberrypi/controller/pwl.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ipa/raspberrypi/controller/pwl.hpp b/src/ipa/raspberrypi/controller/pwl.hpp index bd7c7668..4f168551 100644 --- a/src/ipa/raspberrypi/controller/pwl.hpp +++ b/src/ipa/raspberrypi/controller/pwl.hpp @@ -11,7 +11,7 @@ #include <boost/property_tree/ptree.hpp> -namespace RPi { +namespace RPiController { class Pwl { @@ -106,4 +106,4 @@ private: std::vector<Point> points_; }; -} // namespace RPi +} // namespace RPiController |