diff options
| author | hathach <[email protected]> | 2024-11-08 22:53:28 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2024-11-08 22:53:28 +0700 |
| commit | 3831786ede034c9cf52a1dbae5b84f7d4449ace6 (patch) | |
| tree | eabe574654e90811dece70cf044797895dedd46d /hw/bsp/stm32f7 | |
| parent | c8d104fb47882e7f4cb3cc00758cf240d66baec8 (diff) | |
minor clean up
Diffstat (limited to 'hw/bsp/stm32f7')
| -rw-r--r-- | hw/bsp/stm32f7/family.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/bsp/stm32f7/family.cmake b/hw/bsp/stm32f7/family.cmake index 8ba744fed..dc134e9c0 100644 --- a/hw/bsp/stm32f7/family.cmake +++ b/hw/bsp/stm32f7/family.cmake @@ -37,6 +37,8 @@ if (NOT DEFINED RHPORT_HOST_SPEED) list(GET RHPORT_SPEED ${RHPORT_HOST} RHPORT_HOST_SPEED) endif () +cmake_print_variables(RHPORT_DEVICE RHPORT_DEVICE_SPEED RHPORT_HOST RHPORT_HOST_SPEED) + #------------------------------------ # BOARD_TARGET #------------------------------------ |
