We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6ead57c + a8fa1dc commit abd5718Copy full SHA for abd5718
src/comm_interface.h
@@ -42,11 +42,11 @@ class SerialConnectionAVR;
42
* @brief Enum class for possible bases
43
*/
44
enum class PrintBase : uint8_t {
45
- NONE = 0,
46
- BIN = 2,
47
- OCT = 8,
48
- DEC = 10,
49
- HEX = 16,
+ NONE = 0,
+ BIN = 2,
+ OCT = 8,
+ DEC = 10,
+ HEX = 16,
50
};
51
52
/**
src/scheduler.h
@@ -27,7 +27,6 @@
27
28
#include "ctbot_config.h"
29
30
-#include <functor.h>
31
#include <cstdint>
32
#include <queue>
33
#include <vector>
0 commit comments