diff options
Diffstat (limited to 'src/ipa/raspberrypi/controller/ccm_algorithm.hpp')
-rw-r--r-- | src/ipa/raspberrypi/controller/ccm_algorithm.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ipa/raspberrypi/controller/ccm_algorithm.hpp b/src/ipa/raspberrypi/controller/ccm_algorithm.hpp index 21806cb0..33d0e30d 100644 --- a/src/ipa/raspberrypi/controller/ccm_algorithm.hpp +++ b/src/ipa/raspberrypi/controller/ccm_algorithm.hpp @@ -8,7 +8,7 @@ #include "algorithm.hpp" -namespace RPi { +namespace RPiController { class CcmAlgorithm : public Algorithm { @@ -18,4 +18,4 @@ public: virtual void SetSaturation(double saturation) = 0; }; -} // namespace RPi +} // namespace RPiController |