rename verify.h
This commit is contained in:
@@ -63,7 +63,7 @@
|
|||||||
|
|
||||||
//------------- General Header -------------//
|
//------------- General Header -------------//
|
||||||
#include "tusb_compiler.h"
|
#include "tusb_compiler.h"
|
||||||
#include "verify.h"
|
#include "tusb_verify.h"
|
||||||
#include "binary.h"
|
#include "binary.h"
|
||||||
#include "tusb_error.h"
|
#include "tusb_error.h"
|
||||||
#include "tusb_fifo.h"
|
#include "tusb_fifo.h"
|
||||||
|
@@ -33,8 +33,8 @@
|
|||||||
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
*/
|
*/
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
#ifndef VERIFY_H_
|
#ifndef TUSB_VERIFY_H_
|
||||||
#define VERIFY_H_
|
#define TUSB_VERIFY_H_
|
||||||
|
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
@@ -179,4 +179,4 @@ static inline void verify_breakpoint(void)
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* VERIFY_H_ */
|
#endif /* TUSB_VERIFY_H_ */
|
Reference in New Issue
Block a user