Fix include path

This commit is contained in:
Rin Cat 2020-07-05 05:27:36 -04:00
parent 1f276388ad
commit 9c0fc24746
No known key found for this signature in database
GPG Key ID: 7E93675C2BDBB222

View File

@ -20,7 +20,7 @@
#include "hal_data.h" #include "hal_data.h"
#ifdef RTW_HALMAC #ifdef RTW_HALMAC
#include "../../hal/hal_halmac.h" #include "../hal/hal_halmac.h"
#endif #endif
void rtw_dump_fw_info(void *sel, _adapter *adapter) void rtw_dump_fw_info(void *sel, _adapter *adapter)