Skip to content

Commit e41ca51

Browse files
committed
otp: update version to 1.2.0
Change-Id: I24bc25102fbdbe5561684048e1888f5faceb824c
1 parent c0306a2 commit e41ca51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

otp/otp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#include "otp_info.h"
2020
#include "sha256.h"
2121

22-
#define OTP_VER "1.1.0"
22+
#define OTP_VER "1.2.0"
2323

2424
#define BIT(nr) (1UL << (nr))
2525
#define OTP_REGION_STRAP BIT(0)

0 commit comments

Comments
 (0)