Skip to content

Commit

Permalink
fix(rtc): remove unused vars
Browse files Browse the repository at this point in the history
  • Loading branch information
urish committed Nov 11, 2023
1 parent de13c1d commit 3acc2e6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/peripherals/rtc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ const RTC_1_SEC_MASK = 0x3f;
export class RP2040RTC extends BasePeripheral implements Peripheral {
setup0 = 0;
setup1 = 0;
rtc1 = 0;
rtc0 = 0;
ctrl = 0;
baseline = new Date(2021, 0, 1);
baselineMicros = 0;
Expand Down

0 comments on commit 3acc2e6

Please sign in to comment.