You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/util/regions.ts
-26Lines changed: 0 additions & 26 deletions
Original file line number
Diff line number
Diff line change
@@ -46,28 +46,13 @@ export enum RegionName {
46
46
NONE='N/A',
47
47
}
48
48
49
-
/**
50
-
* Definition of RegionColor
51
-
*/
52
-
exportenumRegionColor{
53
-
MBR_PARAMS='#333F48',
54
-
MBR='#FF9800',
55
-
MBR_OR_APP='#FFC107',
56
-
BOOTLOADER='#E91E63',
57
-
SOFTDEVICE='#3F51B5',
58
-
APPLICATION=' #4CAF50',
59
-
UICR='#333F48',// eslint-disable-line @typescript-eslint/no-duplicate-enum-values -- FIXME: Using an enum is wrong here and could potantially lead to bugs because RegionColor.UICR === RegionColor.NONE is true. Will be fixed later.
0 commit comments