Skip to content

Commit

Permalink
Turns out, there are more than 255 seconds in a year
Browse files Browse the repository at this point in the history
  • Loading branch information
meriac committed Jan 25, 2020
1 parent bf681c3 commit 8b8109e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/nRF51/reader-prox-microbit/src/clock.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#include <timer.h>
#include <clock.h>

static volatile uint8_t g_clock_time;
static volatile uint32_t g_clock_time;

void RTC0_IRQ_Handler(void)
{
Expand Down

0 comments on commit 8b8109e

Please sign in to comment.