fix(stm32): correct include path after translation header was moved

This commit is contained in:
Matthew McGowan 2022-06-10 12:19:43 -07:00
parent a889638468
commit 6ee8e00936

View File

@ -33,7 +33,7 @@
#include "common-hal/rtc/RTC.h"
#include "shared-bindings/rtc/RTC.h"
#include "supervisor/port.h"
#include "supervisor/shared/translate.h"
#include "supervisor/shared/translate/translate.h"
#include "peripherals/rtc.h"