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:
Rajko Stojadinovic
2018-04-25 18:47:39 +02:00
committed by SciresM
parent b6b8ca0eac
commit 4e1c12a659
2 changed files with 4 additions and 5 deletions

View File

@@ -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 {