mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-19 04:44:47 -07:00
[FL-3867] Code formatting update (#3765)
* clang-format: AllowShortEnumsOnASingleLine: false * clang-format: InsertNewlineAtEOF: true * clang-format: Standard: c++20 * clang-format: AlignConsecutiveBitFields * clang-format: AlignConsecutiveMacros * clang-format: RemoveParentheses: ReturnStatement * clang-format: RemoveSemicolon: true * Restored RemoveParentheses: Leave, retained general changes for it * formatting: fixed logging TAGs * Formatting update for dev Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
@@ -7,19 +7,19 @@
|
||||
|
||||
#define DALLAS_COMMON_MANUFACTURER_NAME "Dallas"
|
||||
|
||||
#define DALLAS_COMMON_CMD_READ_ROM 0x33U
|
||||
#define DALLAS_COMMON_CMD_MATCH_ROM 0x55U
|
||||
#define DALLAS_COMMON_CMD_SKIP_ROM 0xCCU
|
||||
#define DALLAS_COMMON_CMD_READ_ROM 0x33U
|
||||
#define DALLAS_COMMON_CMD_MATCH_ROM 0x55U
|
||||
#define DALLAS_COMMON_CMD_SKIP_ROM 0xCCU
|
||||
#define DALLAS_COMMON_CMD_COND_SEARCH 0xECU
|
||||
#define DALLAS_COMMON_CMD_SEARCH_ROM 0xF0U
|
||||
#define DALLAS_COMMON_CMD_SEARCH_ROM 0xF0U
|
||||
|
||||
#define DALLAS_COMMON_CMD_READ_SCRATCH 0xAAU
|
||||
#define DALLAS_COMMON_CMD_READ_SCRATCH 0xAAU
|
||||
#define DALLAS_COMMON_CMD_WRITE_SCRATCH 0x0FU
|
||||
#define DALLAS_COMMON_CMD_COPY_SCRATCH 0x55U
|
||||
#define DALLAS_COMMON_CMD_COPY_SCRATCH 0x55U
|
||||
|
||||
#define DALLAS_COMMON_CMD_READ_MEM 0xF0U
|
||||
|
||||
#define DALLAS_COMMON_CMD_OVERDRIVE_SKIP_ROM 0x3CU
|
||||
#define DALLAS_COMMON_CMD_OVERDRIVE_SKIP_ROM 0x3CU
|
||||
#define DALLAS_COMMON_CMD_OVERDRIVE_MATCH_ROM 0x69U
|
||||
|
||||
typedef enum {
|
||||
|
||||
Reference in New Issue
Block a user