Skip to content

Commit

Permalink
applications: connectivity_bridge: Rename CONFIG_DISK_ACCESS_RAM
Browse files Browse the repository at this point in the history
Disk drivers were moved in zephyrproject-rtos/zephyr#32605, changing the
name of CONFIG_DISK_ACCESS_RAM to CONFIG_DISK_DRIVER_RAM. Change this in
the connectivity_bridge configuration.

Signed-off-by: Trond Einar Snekvik <[email protected]>
  • Loading branch information
trond-snekvik committed Apr 30, 2021
1 parent dd8b3d2 commit 2fdfedc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/connectivity_bridge/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ CONFIG_USB_CDC_ACM_DEVICE_COUNT=2

# Disk and file system
CONFIG_DISK_ACCESS=y
CONFIG_DISK_ACCESS_RAM=y
CONFIG_DISK_DRIVER_RAM=y
CONFIG_DISK_RAM_VOLUME_SIZE=64
CONFIG_FILE_SYSTEM=y
CONFIG_FAT_FILESYSTEM_ELM=y
Expand Down

0 comments on commit 2fdfedc

Please sign in to comment.