Skip to content

Commit

Permalink
empty last line
Browse files Browse the repository at this point in the history
  • Loading branch information
pmoegenburg committed May 1, 2024
1 parent 2a67d43 commit 548f3c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/common/core/sensor_buffer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
constexpr size_t SENSOR_BUFFER_SIZE = P_BUFF_SIZE;
#else
constexpr size_t SENSOR_BUFFER_SIZE = 0;
#endif
#endif
2 changes: 1 addition & 1 deletion motor-control/core/motor_interrupt_handler.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "motor-control/core/stepper_motor/motor_interrupt_handler.hpp"

motor_handler::Empty empty{};
auto motor_handler::Empty::get_default() -> Empty& { return empty; }
auto motor_handler::Empty::get_default() -> Empty& { return empty; }

0 comments on commit 548f3c3

Please sign in to comment.