update(port/fsdev): assert for fsdev log

Signed-off-by: sakumisu <1203593632@qq.com>
This commit is contained in:
sakumisu
2025-07-13 16:39:20 +08:00
parent 40a052ba7f
commit 85e420eb54

View File

@@ -5,6 +5,10 @@
*/
#include "usbd_core.h"
#if (CONFIG_USB_DBG_LEVEL >= USB_DBG_LOG)
#error "fsdev cannot enable USB_DBG_LOG"
#endif
#ifndef CONFIG_USBDEV_FSDEV_PMA_ACCESS
#error "please define CONFIG_USBDEV_FSDEV_PMA_ACCESS in usb_config.h"
#endif