Skip to content

Commit 6ee8e00

Browse files
committed
fix(stm32): correct include path after translation header was moved
1 parent a889638 commit 6ee8e00

File tree

1 file changed

+1
-1
lines changed
  • ports/stm/common-hal/rtc

1 file changed

+1
-1
lines changed

ports/stm/common-hal/rtc/RTC.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
#include "common-hal/rtc/RTC.h"
3434
#include "shared-bindings/rtc/RTC.h"
3535
#include "supervisor/port.h"
36-
#include "supervisor/shared/translate.h"
36+
#include "supervisor/shared/translate/translate.h"
3737
#include "peripherals/rtc.h"
3838

3939

0 commit comments

Comments
 (0)