Skip to content

Commit 3543bab

Browse files
committed
pcf85063a: Replace hardware/rtc with pico/types.
1 parent 1cf31cb commit 3543bab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/pcf85063a/pcf85063a.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#pragma once
22

33
#include "hardware/i2c.h"
4-
#include "hardware/rtc.h"
4+
#include "pico/types.h"
55

66
#include "common/pimoroni_common.hpp"
77
#include "common/pimoroni_i2c.hpp"

0 commit comments

Comments
 (0)