Skip to content

Commit

Permalink
fix CAN_PROTOCOL conversion to int
Browse files Browse the repository at this point in the history
  • Loading branch information
AsiiaPine committed Oct 18, 2024
1 parent 75662c2 commit 804623e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/common/application.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
* Author: Dmitry Ponomarev <[email protected]>
*/

#include <can_driver.h>
#include <array>
#include <bitset>
#include "peripheral/adc/circuit_periphery.hpp"
#include "peripheral/led/led.hpp"
#include "params.hpp"
#include "module.hpp"
#include "main.h"
#include "can_driver.h"

#include "application.hpp"
#include "peripheral/gpio/gpio.hpp"
Expand Down

0 comments on commit 804623e

Please sign in to comment.