forked from PAWPAW-Mirror/lib_xua
xua_dfu header guard name only
This commit is contained in:
@@ -573,6 +573,7 @@ int main()
|
||||
#endif
|
||||
|
||||
USER_MAIN_DECLARATIONS
|
||||
|
||||
par
|
||||
{
|
||||
USER_MAIN_CORES
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
|
||||
#ifndef _DFU_H_
|
||||
#define _DFU_H_ 1
|
||||
#ifndef _XUA_DFU_H_
|
||||
#define _XUA_DFU_H_ 1
|
||||
|
||||
#include <xccompat.h>
|
||||
#include "xud_device.h"
|
||||
|
||||
Reference in New Issue
Block a user