Skip to content

Commit 91f4a8e

Browse files
committed
comment
1 parent 94324a9 commit 91f4a8e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.clang-format

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ BreakBeforeTernaryOperators: true
2828
BreakConstructorInitializers: AfterColon
2929
BreakInheritanceList: AfterColon
3030
BreakStringLiterals: false
31-
ColumnLimit: 0
31+
ColumnLimit: 100
3232
CompactNamespaces: false
3333
ConstructorInitializerAllOnOneLineOrOnePerLine: true
3434
ConstructorInitializerIndentWidth: 4

can_library/can_codec.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#include <stdint.h>
1212
#include <string.h>
1313

14-
typedef enum {
14+
typedef enum : uint8_t {
1515
BSWAP_NONE = 0,
1616
BSWAP_16 = 16,
1717
BSWAP_32 = 32,

0 commit comments

Comments
 (0)