Fusee: Fix BisPartition enum to correctly identify partitions.
* BisPartition_t was missing SAFE, meaning User and System were using wrong key_source * Normalize tabs to spaces * Merge User and System BisPartition_t because they are the same key anyway * Remove extra newline
This commit is contained in:
committed by
SciresM
parent
b6b8ca0eac
commit
4e1c12a659
@@ -16,8 +16,8 @@
|
||||
|
||||
typedef enum {
|
||||
BisPartition_Calibration = 0,
|
||||
BisPartition_User = 1,
|
||||
BisPartition_System = 2
|
||||
BisPartition_Safe = 1,
|
||||
BisPartition_UserSystem = 2
|
||||
} BisPartition_t;
|
||||
|
||||
typedef struct {
|
||||
|
||||
Reference in New Issue
Block a user