Skip to content

Commit

Permalink
Merge pull request #578 from ckormanyos/more_syntax
Browse files Browse the repository at this point in the history
Trivial syntax improvements
  • Loading branch information
ckormanyos authored Nov 24, 2024
2 parents dbd873e + 0279d9c commit c67d228
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ref_app/src/mcal_led/mcal_led_console.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
#ifndef MCAL_LED_CONSOLE_2020_04_23_H
#define MCAL_LED_CONSOLE_2020_04_23_H

#include <mcal_led/mcal_led_boolean_state_base.h>

#include <cstdint>
#include <iostream>

#include <mcal_led/mcal_led_boolean_state_base.h>

namespace mcal { namespace led {

class led_console final : public mcal::led::led_boolean_state_base // NOLINT(cppcoreguidelines-special-member-functions,hicpp-special-member-functions)
Expand Down
4 changes: 2 additions & 2 deletions ref_app/src/mcal_led/mcal_led_rgb_base.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
#ifndef MCAL_LED_RGB_BASE_2023_07_12_H
#define MCAL_LED_RGB_BASE_2023_07_12_H

#include <cstdint>

#include <mcal_led/mcal_led_boolean_state_base.h>

#include <cstdint>

namespace mcal { namespace led {

class led_rgb_base : public mcal::led::led_boolean_state_base
Expand Down

0 comments on commit c67d228

Please sign in to comment.