Skip to content

Commit

Permalink
Enable the support of UART7 internal module.
Browse files Browse the repository at this point in the history
  • Loading branch information
richardclli committed Oct 11, 2023
1 parent 9599186 commit a4619bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions radio/src/targets/pl18/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ add_definitions(-DSOFTWARE_VOLUME)
add_definitions(-DSPI_FLASH)

# defines existing internal modules
# set(INTERNAL_MODULES MULTI CACHE STRING "Internal modules")
# set(DEFAULT_INTERNAL_MODULE MULTIMODULE CACHE STRING "Default internal module")
set(INTERNAL_MODULES MULTI CACHE STRING "Internal modules")
set(DEFAULT_INTERNAL_MODULE MULTIMODULE CACHE STRING "Default internal module")

set(BITMAPS_TARGET pl18_bitmaps)
set(FONTS_TARGET x12_fonts)
Expand Down

0 comments on commit a4619bd

Please sign in to comment.