Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0753358

Browse files
committed
[RTC] Able to build without HAL module
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
1 parentc41d8af commit0753358

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎cores/arduino/stm32/stm32yyxx_hal_conf.h‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,11 @@
2828
#undef HAL_I2C_MODULE_ENABLED
2929
#endif
3030

31+
#if !defined(HAL_RTC_MODULE_DISABLED)
3132
#defineHAL_RTC_MODULE_ENABLED
33+
#else
34+
#undef HAL_RTC_MODULE_ENABLED
35+
#endif
3236

3337
#if !defined(HAL_SPI_MODULE_DISABLED)
3438
#defineHAL_SPI_MODULE_ENABLED

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp