Skip to content

Commit

Permalink
pcf85063a: Replace hardware/rtc with pico/types.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Aug 12, 2024
1 parent b86b5fa commit 61622d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/pcf85063a/pcf85063a.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#pragma once

#include "hardware/i2c.h"
#include "hardware/rtc.h"
#include "pico/types.h"

#include "common/pimoroni_common.hpp"
#include "common/pimoroni_i2c.hpp"
Expand Down

0 comments on commit 61622d5

Please sign in to comment.