0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-06-19 22:58:04 +03:00

fixed key lock compile bug

This commit is contained in:
OneOfEleven
2023-11-02 11:53:22 +00:00
parent 2638d803c0
commit bb3b6812c6
10 changed files with 126 additions and 115 deletions

View File

@ -17,7 +17,7 @@
#ifndef BK1080_REGS_H
#define BK1080_REGS_H
enum BK1080_Register_t {
enum BK1080_register_e {
BK1080_REG_00 = 0x00U,
BK1080_REG_02_POWER_CONFIGURATION = 0x02U,
BK1080_REG_03_CHANNEL = 0x03U,
@ -26,8 +26,7 @@ enum BK1080_Register_t {
BK1080_REG_10 = 0x0AU,
BK1080_REG_25_INTERNAL = 0x19U,
};
typedef enum BK1080_Register_t BK1080_Register_t;
typedef enum BK1080_register_e BK1080_register_t;
// REG 07