Fix include path

This commit is contained in:
Rin Cat 2020-07-05 05:27:36 -04:00 committed by Rin Cat (鈴猫)
parent d2da59149e
commit 5477c101a6
No known key found for this signature in database
GPG Key ID: 40DCF18E97150795

View File

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