This is an automated email from the ASF dual-hosted git repository.

jerzy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git

commit bbbc7d08b04fbeecc3d4fcf0e68c32fab912fff2
Author: Peter Csaszar <[email protected]>
AuthorDate: Tue Feb 18 16:03:15 2025 -0800

    tinyusb/msc_fat_view: Change order of package inits to allow adding 
coredump(s)
---
 hw/usb/tinyusb/msc_fat_view/pkg.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hw/usb/tinyusb/msc_fat_view/pkg.yml 
b/hw/usb/tinyusb/msc_fat_view/pkg.yml
index a03134786..26f38ca5a 100644
--- a/hw/usb/tinyusb/msc_fat_view/pkg.yml
+++ b/hw/usb/tinyusb/msc_fat_view/pkg.yml
@@ -78,5 +78,5 @@ pkg.init.'(!BOOT_LOADER && TINYUSB_AUTO_START!=0)':
 
 pkg.init.'!BOOT_LOADER && MSC_FAT_VIEW_COREDUMP_FILES':
     msc_fat_view_coredump_pkg_init:
-        - $after:msc_fat_view_pkg_init
+        - $before:msc_fat_view_pkg_init
         - $before:tinyusb_start

Reply via email to