summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/occ_405/occbuildname.c2
-rwxr-xr-xsrc/occ_405/timer/timer.c1
2 files changed, 2 insertions, 1 deletions
diff --git a/src/occ_405/occbuildname.c b/src/occ_405/occbuildname.c
index 52adf15..cffa109 100755
--- a/src/occ_405/occbuildname.c
+++ b/src/occ_405/occbuildname.c
@@ -34,6 +34,6 @@ volatile const char G_occ_buildname[16] __attribute__((section(".buildname"))) =
#else
-volatile const char G_occ_buildname[16] __attribute__((section(".buildname"))) = /*<BuildName>*/ "op_occ_180612a\0" /*</BuildName>*/ ;
+volatile const char G_occ_buildname[16] __attribute__((section(".buildname"))) = /*<BuildName>*/ "op_occ_180621a\0" /*</BuildName>*/ ;
#endif
diff --git a/src/occ_405/timer/timer.c b/src/occ_405/timer/timer.c
index 6716858..a9c892a 100755
--- a/src/occ_405/timer/timer.c
+++ b/src/occ_405/timer/timer.c
@@ -585,6 +585,7 @@ void check_pgpe_beacon(void)
// pgpe beacon changed over the last 4 ms
L_pgpe_beacon_unchanged_4ms = false;
L_unchanged_count = 0;
+ L_prev_pgpe_beacon = pgpe_beacon;
}
} while(0);
OpenPOWER on IntegriCloud